Skip to content

Commit 2faf1a3

Browse files
build(deps-dev): bump @rollup/plugin-typescript in /client
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 8.5.0 to 11.1.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v11.1.0/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7ec2bf commit 2faf1a3

File tree

4 files changed

+10
-27
lines changed

4 files changed

+10
-27
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@babel/preset-env": "^7.20.2",
2424
"@babel/preset-typescript": "^7.18.6",
25-
"@rollup/plugin-typescript": "^8.5.0",
25+
"@rollup/plugin-typescript": "^11.1.0",
2626
"@testing-library/jest-dom": "^5.16.5",
2727
"@testing-library/react": "^12.0.0",
2828
"@testing-library/user-event": "^13.2.1",

client/packages/openblocks-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "jest -i"
99
},
1010
"devDependencies": {
11-
"@rollup/plugin-typescript": "^8.5.0",
11+
"@rollup/plugin-typescript": "^11.1.0",
1212
"rimraf": "^3.0.2",
1313
"rollup": "^2",
1414
"rollup-plugin-dts": "^5.0.0",

client/packages/openblocks-design/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@rollup/plugin-json": "^5.0.1",
2020
"@rollup/plugin-node-resolve": "^15.0.1",
2121
"@rollup/plugin-replace": "^5.0.1",
22-
"@rollup/plugin-typescript": "^9.0.2",
22+
"@rollup/plugin-typescript": "^11.1.0",
2323
"@rollup/plugin-url": "^8.0.1",
2424
"@svgr/rollup": "^6.5.1",
2525
"rollup": "^2",

client/yarn.lock

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4114,26 +4114,9 @@ __metadata:
41144114
languageName: node
41154115
linkType: hard
41164116

4117-
"@rollup/plugin-typescript@npm:^8.5.0":
4118-
version: 8.5.0
4119-
resolution: "@rollup/plugin-typescript@npm:8.5.0"
4120-
dependencies:
4121-
"@rollup/pluginutils": ^3.1.0
4122-
resolve: ^1.17.0
4123-
peerDependencies:
4124-
rollup: ^2.14.0
4125-
tslib: "*"
4126-
typescript: ">=3.7.0"
4127-
peerDependenciesMeta:
4128-
tslib:
4129-
optional: true
4130-
checksum: 2f100a73cdeb9bf82feaf8665fe791dabf5dcc17f6e727eb7b1825e7c7cf815ccd3f79f9f43ca53d7806c50686565c71f35fffcfc773b811a5c1e39eab167529
4131-
languageName: node
4132-
linkType: hard
4133-
4134-
"@rollup/plugin-typescript@npm:^9.0.2":
4135-
version: 9.0.2
4136-
resolution: "@rollup/plugin-typescript@npm:9.0.2"
4117+
"@rollup/plugin-typescript@npm:^11.1.0":
4118+
version: 11.1.0
4119+
resolution: "@rollup/plugin-typescript@npm:11.1.0"
41374120
dependencies:
41384121
"@rollup/pluginutils": ^5.0.1
41394122
resolve: ^1.22.1
@@ -4146,7 +4129,7 @@ __metadata:
41464129
optional: true
41474130
tslib:
41484131
optional: true
4149-
checksum: 0b3a15e7402a8cf46a491003a0bfe6bf50294939133cf898c1dee0b9f1f8f4742242e81abd15effd8de2e9f3fe5fd81d01a03020341e1d3d0b7f4c6be21d989f
4132+
checksum: 64ed5abbae392032fb190a5d3a29beb73f968919aed964ed5545e2732de6a1670f97131785e9376c06f784ae61545c5ad47352c126f3830aaa16b669bee2e9b9
41504133
languageName: node
41514134
linkType: hard
41524135

@@ -14352,7 +14335,7 @@ __metadata:
1435214335
dependencies:
1435314336
"@rollup/plugin-commonjs": ^23.0.0
1435414337
"@rollup/plugin-node-resolve": ^15.0.0
14355-
"@rollup/plugin-typescript": ^8.5.0
14338+
"@rollup/plugin-typescript": ^11.1.0
1435614339
intl-messageformat: ^10.2.1
1435714340
lodash: ^4.17.21
1435814341
lru-cache: ^7.14.1
@@ -14371,7 +14354,7 @@ __metadata:
1437114354
"@rollup/plugin-json": ^5.0.1
1437214355
"@rollup/plugin-node-resolve": ^15.0.1
1437314356
"@rollup/plugin-replace": ^5.0.1
14374-
"@rollup/plugin-typescript": ^9.0.2
14357+
"@rollup/plugin-typescript": ^11.1.0
1437514358
"@rollup/plugin-url": ^8.0.1
1437614359
"@svgr/rollup": ^6.5.1
1437714360
colord: ^2.9.3
@@ -18328,7 +18311,7 @@ __metadata:
1832818311
dependencies:
1832918312
"@babel/preset-env": ^7.20.2
1833018313
"@babel/preset-typescript": ^7.18.6
18331-
"@rollup/plugin-typescript": ^8.5.0
18314+
"@rollup/plugin-typescript": ^11.1.0
1833218315
"@testing-library/jest-dom": ^5.16.5
1833318316
"@testing-library/react": ^12.0.0
1833418317
"@testing-library/user-event": ^13.2.1

0 commit comments

Comments
 (0)