Skip to content
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

chore(deps): update dependency @rollup/plugin-typescript to v11 #91

Closed
wants to merge 1 commit into from
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 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