Skip to content

Commit 1bd6b4e

Browse files
dependabot[bot]ludomikula
authored andcommitted
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 e6190d3 commit 1bd6b4e

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
@@ -4121,26 +4121,9 @@ __metadata:
41214121
languageName: node
41224122
linkType: hard
41234123

4124-
"@rollup/plugin-typescript@npm:^8.5.0":
4125-
version: 8.5.0
4126-
resolution: "@rollup/plugin-typescript@npm:8.5.0"
4127-
dependencies:
4128-
"@rollup/pluginutils": ^3.1.0
4129-
resolve: ^1.17.0
4130-
peerDependencies:
4131-
rollup: ^2.14.0
4132-
tslib: "*"
4133-
typescript: ">=3.7.0"
4134-
peerDependenciesMeta:
4135-
tslib:
4136-
optional: true
4137-
checksum: 2f100a73cdeb9bf82feaf8665fe791dabf5dcc17f6e727eb7b1825e7c7cf815ccd3f79f9f43ca53d7806c50686565c71f35fffcfc773b811a5c1e39eab167529
4138-
languageName: node
4139-
linkType: hard
4140-
4141-
"@rollup/plugin-typescript@npm:^9.0.2":
4142-
version: 9.0.2
4143-
resolution: "@rollup/plugin-typescript@npm:9.0.2"
4124+
"@rollup/plugin-typescript@npm:^11.1.0":
4125+
version: 11.1.0
4126+
resolution: "@rollup/plugin-typescript@npm:11.1.0"
41444127
dependencies:
41454128
"@rollup/pluginutils": ^5.0.1
41464129
resolve: ^1.22.1
@@ -4153,7 +4136,7 @@ __metadata:
41534136
optional: true
41544137
tslib:
41554138
optional: true
4156-
checksum: 0b3a15e7402a8cf46a491003a0bfe6bf50294939133cf898c1dee0b9f1f8f4742242e81abd15effd8de2e9f3fe5fd81d01a03020341e1d3d0b7f4c6be21d989f
4139+
checksum: 64ed5abbae392032fb190a5d3a29beb73f968919aed964ed5545e2732de6a1670f97131785e9376c06f784ae61545c5ad47352c126f3830aaa16b669bee2e9b9
41574140
languageName: node
41584141
linkType: hard
41594142

@@ -14367,7 +14350,7 @@ __metadata:
1436714350
dependencies:
1436814351
"@rollup/plugin-commonjs": ^23.0.0
1436914352
"@rollup/plugin-node-resolve": ^15.0.0
14370-
"@rollup/plugin-typescript": ^8.5.0
14353+
"@rollup/plugin-typescript": ^11.1.0
1437114354
intl-messageformat: ^10.2.1
1437214355
lodash: ^4.17.21
1437314356
lru-cache: ^7.14.1
@@ -14386,7 +14369,7 @@ __metadata:
1438614369
"@rollup/plugin-json": ^5.0.1
1438714370
"@rollup/plugin-node-resolve": ^15.0.1
1438814371
"@rollup/plugin-replace": ^5.0.1
14389-
"@rollup/plugin-typescript": ^9.0.2
14372+
"@rollup/plugin-typescript": ^11.1.0
1439014373
"@rollup/plugin-url": ^8.0.1
1439114374
"@svgr/rollup": ^6.5.1
1439214375
colord: ^2.9.3
@@ -18343,7 +18326,7 @@ __metadata:
1834318326
dependencies:
1834418327
"@babel/preset-env": ^7.20.2
1834518328
"@babel/preset-typescript": ^7.18.6
18346-
"@rollup/plugin-typescript": ^8.5.0
18329+
"@rollup/plugin-typescript": ^11.1.0
1834718330
"@testing-library/jest-dom": ^5.16.5
1834818331
"@testing-library/react": ^12.0.0
1834918332
"@testing-library/user-event": ^13.2.1

0 commit comments

Comments
 (0)