Skip to content

Commit

Permalink
chore(deps): update dependency @rollup/plugin-typescript to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2023
1 parent a2abeec commit 37b40d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.2",
"@rollup/plugin-typescript": "^11.0.0",
"concurrently": "^7.3.0",
"core-js": "^3.22.3",
"current-git-branch": "^1.1.0",
Expand Down
18 changes: 10 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4612,20 +4612,22 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-typescript@npm:^8.3.2":
version: 8.3.3
resolution: "@rollup/plugin-typescript@npm:8.3.3"
"@rollup/plugin-typescript@npm:^11.0.0":
version: 11.0.0
resolution: "@rollup/plugin-typescript@npm:11.0.0"
dependencies:
"@rollup/pluginutils": ^3.1.0
resolve: ^1.17.0
"@rollup/pluginutils": ^5.0.1
resolve: ^1.22.1
peerDependencies:
rollup: ^2.14.0
rollup: ^2.14.0||^3.0.0
tslib: "*"
typescript: ">=3.7.0"
peerDependenciesMeta:
rollup:
optional: true
tslib:
optional: true
checksum: c255f8bc3b4d94b81a96d7bf5ba426e4e0a9dc68b96be48d97c6646c1c7dcd08319d08805d93306adfa57f87b080ff4a05198e581592ecf6aba06b752006b5f5
checksum: b0d34ff0ad6bfc681c437ef42df7b02f04c361465be5a2044cd30cac5b003045c54e4377d58ab91925e296076b792bbb5ddded72cacdd21092bc8694a95b046f
languageName: node
linkType: hard

Expand Down Expand Up @@ -9955,7 +9957,7 @@ __metadata:
"@rollup/plugin-commonjs": ^22.0.1
"@rollup/plugin-node-resolve": ^13.2.1
"@rollup/plugin-replace": ^4.0.0
"@rollup/plugin-typescript": ^8.3.2
"@rollup/plugin-typescript": ^11.0.0
concurrently: ^7.3.0
core-js: ^3.22.3
current-git-branch: ^1.1.0
Expand Down

0 comments on commit 37b40d4

Please sign in to comment.