Skip to content

Commit ac54754

Browse files
committed
Merge branch 'master' of github.com:intlify/vue-i18n-next
2 parents 22f337d + ce49986 commit ac54754

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@microsoft/api-documenter": "^7.7.17",
2929
"@microsoft/api-extractor": "^7.7.12",
30-
"@rollup/plugin-commonjs": "^13.0.0",
30+
"@rollup/plugin-commonjs": "^14.0.0",
3131
"@rollup/plugin-node-resolve": "^8.0.0",
3232
"@rollup/plugin-replace": "^2.3.0",
3333
"@types/jest": "^26.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -654,10 +654,10 @@
654654
dependencies:
655655
"@types/node" ">= 8"
656656

657-
"@rollup/plugin-commonjs@^13.0.0":
658-
version "13.0.0"
659-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-13.0.0.tgz#8a1d684ba6848afe8b9e3d85649d4b2f6f7217ec"
660-
integrity sha512-Anxc3qgkAi7peAyesTqGYidG5GRim9jtg8xhmykNaZkImtvjA7Wsqep08D2mYsqw1IF7rA3lYfciLgzUSgRoqw==
657+
"@rollup/plugin-commonjs@^14.0.0":
658+
version "14.0.0"
659+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-14.0.0.tgz#4285f9ec2db686a31129e5a2b415c94aa1f836f0"
660+
integrity sha512-+PSmD9ePwTAeU106i9FRdc+Zb3XUWyW26mo5Atr2mk82hor8+nPwkztEjFo8/B1fJKfaQDg9aM2bzQkjhi7zOw==
661661
dependencies:
662662
"@rollup/pluginutils" "^3.0.8"
663663
commondir "^1.0.1"

0 commit comments

Comments
 (0)