Skip to content

Commit

Permalink
fix(unplugn-vue-i18n): support rollup v4 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Feb 29, 2024
1 parent a57e137 commit aae0068
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/unplugin-vue-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@intlify/bundle-utils": "^7.4.0",
"@intlify/shared": "^9.4.0",
"@rollup/pluginutils": "^5.0.2",
"@rollup/pluginutils": "^5.1.0",
"@vue/compiler-sfc": "^3.2.47",
"debug": "^4.3.3",
"fast-glob": "^3.2.12",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ __metadata:
dependencies:
"@intlify/bundle-utils": ^7.4.0
"@intlify/shared": ^9.4.0
"@rollup/pluginutils": ^5.0.2
"@rollup/pluginutils": ^5.1.0
"@vue/compiler-sfc": ^3.2.47
debug: ^4.3.3
fast-glob: ^3.2.12
Expand Down Expand Up @@ -2066,7 +2066,7 @@ __metadata:
languageName: node
linkType: hard

"@rollup/pluginutils@npm:^5.0.1, @rollup/pluginutils@npm:^5.0.2":
"@rollup/pluginutils@npm:^5.0.1":
version: 5.0.2
resolution: "@rollup/pluginutils@npm:5.0.2"
dependencies:
Expand Down Expand Up @@ -2098,6 +2098,22 @@ __metadata:
languageName: node
linkType: hard

"@rollup/pluginutils@npm:^5.1.0":
version: 5.1.0
resolution: "@rollup/pluginutils@npm:5.1.0"
dependencies:
"@types/estree": ^1.0.0
estree-walker: ^2.0.2
picomatch: ^2.3.1
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta:
rollup:
optional: true
checksum: 3cc5a6d91452a6eabbfd1ae79b4dd1f1e809d2eecda6e175deb784e75b0911f47e9ecce73f8dd315d6a8b3f362582c91d3c0f66908b6ced69345b3cbe28f8ce8
languageName: node
linkType: hard

"@secretlint/config-creator@npm:^3.3.0":
version: 3.3.0
resolution: "@secretlint/config-creator@npm:3.3.0"
Expand Down

0 comments on commit aae0068

Please sign in to comment.