Skip to content

build(deps-dev): bump @rollup/plugin-typescript from 8.5.0 to 11.1.0 in /client #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-typescript": "^11.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/openblocks-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "jest -i"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-typescript": "^11.1.0",
"rimraf": "^3.0.2",
"rollup": "^2",
"rollup-plugin-dts": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/openblocks-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@rollup/plugin-url": "^8.0.1",
"@svgr/rollup": "^6.5.1",
"rollup": "^2",
Expand Down
31 changes: 7 additions & 24 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4121,26 +4121,9 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-typescript@npm:^8.5.0":
version: 8.5.0
resolution: "@rollup/plugin-typescript@npm:8.5.0"
dependencies:
"@rollup/pluginutils": ^3.1.0
resolve: ^1.17.0
peerDependencies:
rollup: ^2.14.0
tslib: "*"
typescript: ">=3.7.0"
peerDependenciesMeta:
tslib:
optional: true
checksum: 2f100a73cdeb9bf82feaf8665fe791dabf5dcc17f6e727eb7b1825e7c7cf815ccd3f79f9f43ca53d7806c50686565c71f35fffcfc773b811a5c1e39eab167529
languageName: node
linkType: hard

"@rollup/plugin-typescript@npm:^9.0.2":
version: 9.0.2
resolution: "@rollup/plugin-typescript@npm:9.0.2"
"@rollup/plugin-typescript@npm:^11.1.0":
version: 11.1.0
resolution: "@rollup/plugin-typescript@npm:11.1.0"
dependencies:
"@rollup/pluginutils": ^5.0.1
resolve: ^1.22.1
Expand All @@ -4153,7 +4136,7 @@ __metadata:
optional: true
tslib:
optional: true
checksum: 0b3a15e7402a8cf46a491003a0bfe6bf50294939133cf898c1dee0b9f1f8f4742242e81abd15effd8de2e9f3fe5fd81d01a03020341e1d3d0b7f4c6be21d989f
checksum: 64ed5abbae392032fb190a5d3a29beb73f968919aed964ed5545e2732de6a1670f97131785e9376c06f784ae61545c5ad47352c126f3830aaa16b669bee2e9b9
languageName: node
linkType: hard

Expand Down Expand Up @@ -14367,7 +14350,7 @@ __metadata:
dependencies:
"@rollup/plugin-commonjs": ^23.0.0
"@rollup/plugin-node-resolve": ^15.0.0
"@rollup/plugin-typescript": ^8.5.0
"@rollup/plugin-typescript": ^11.1.0
intl-messageformat: ^10.2.1
lodash: ^4.17.21
lru-cache: ^7.14.1
Expand All @@ -14386,7 +14369,7 @@ __metadata:
"@rollup/plugin-json": ^5.0.1
"@rollup/plugin-node-resolve": ^15.0.1
"@rollup/plugin-replace": ^5.0.1
"@rollup/plugin-typescript": ^9.0.2
"@rollup/plugin-typescript": ^11.1.0
"@rollup/plugin-url": ^8.0.1
"@svgr/rollup": ^6.5.1
colord: ^2.9.3
Expand Down Expand Up @@ -18343,7 +18326,7 @@ __metadata:
dependencies:
"@babel/preset-env": ^7.20.2
"@babel/preset-typescript": ^7.18.6
"@rollup/plugin-typescript": ^8.5.0
"@rollup/plugin-typescript": ^11.1.0
"@testing-library/jest-dom": ^5.16.5
"@testing-library/react": ^12.0.0
"@testing-library/user-event": ^13.2.1
Expand Down