Skip to content

Commit 6a4f4b9

Browse files
chore(dev-deps): update dependency @rollup/plugin-typescript to v11
1 parent cc48e67 commit 6a4f4b9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@rollup/plugin-commonjs": "^24.0.0",
8181
"@rollup/plugin-json": "^6.0.0",
8282
"@rollup/plugin-node-resolve": "^15.0.0",
83-
"@rollup/plugin-typescript": "^10.0.0",
83+
"@rollup/plugin-typescript": "^11.0.0",
8484
"@semantic-release/changelog": "^6.0.1",
8585
"@semantic-release/commit-analyzer": "^9.0.2",
8686
"@semantic-release/git": "^10.0.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,9 +1444,9 @@ __metadata:
14441444
languageName: node
14451445
linkType: hard
14461446

1447-
"@rollup/plugin-typescript@npm:^10.0.0":
1448-
version: 10.0.1
1449-
resolution: "@rollup/plugin-typescript@npm:10.0.1"
1447+
"@rollup/plugin-typescript@npm:^11.0.0":
1448+
version: 11.0.0
1449+
resolution: "@rollup/plugin-typescript@npm:11.0.0"
14501450
dependencies:
14511451
"@rollup/pluginutils": ^5.0.1
14521452
resolve: ^1.22.1
@@ -1459,7 +1459,7 @@ __metadata:
14591459
optional: true
14601460
tslib:
14611461
optional: true
1462-
checksum: d3e85674b5ff56c4376bbd79fd2baced3e988b7110d60b1f818eb344721f5605eaa3b56a1668631d210399db7188a7cc4790bb423ad9e56144d015fd1591ccc3
1462+
checksum: b0d34ff0ad6bfc681c437ef42df7b02f04c361465be5a2044cd30cac5b003045c54e4377d58ab91925e296076b792bbb5ddded72cacdd21092bc8694a95b046f
14631463
languageName: node
14641464
linkType: hard
14651465

@@ -3978,7 +3978,7 @@ __metadata:
39783978
"@rollup/plugin-commonjs": ^24.0.0
39793979
"@rollup/plugin-json": ^6.0.0
39803980
"@rollup/plugin-node-resolve": ^15.0.0
3981-
"@rollup/plugin-typescript": ^10.0.0
3981+
"@rollup/plugin-typescript": ^11.0.0
39823982
"@semantic-release/changelog": ^6.0.1
39833983
"@semantic-release/commit-analyzer": ^9.0.2
39843984
"@semantic-release/git": ^10.0.1

0 commit comments

Comments
 (0)