Skip to content

Commit

Permalink
fix: lock vue-i18n version to 8.16.0 until crashing issue is fixed (#673
Browse files Browse the repository at this point in the history
)

The relevant issue: kazupon/vue-i18n#849
  • Loading branch information
rchl committed Apr 22, 2020
1 parent f7dd69f commit 9e99f19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"cookie": "^0.4.0",
"is-https": "^1.0.0",
"js-cookie": "^2.2.1",
"vue-i18n": "^8.12.0",
"vue-i18n": "8.16.0",
"vue-i18n-extensions": "^0.2.1"
},
"devDependencies": {
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6387,7 +6387,6 @@ fsevents@^1.2.7:
dependencies:
bindings "^1.5.0"
nan "^2.12.1"
node-pre-gyp "*"

fsevents@^2.1.2, fsevents@~2.1.2:
version "2.1.2"
Expand Down Expand Up @@ -13609,10 +13608,10 @@ vue-i18n-extensions@^0.2.1:
resolved "https://registry.yarnpkg.com/vue-i18n-extensions/-/vue-i18n-extensions-0.2.1.tgz#86ebea45a1f9c9594cd124f264e107aea193d7dd"
integrity sha512-xBrItI7bEwBnG7eAlnyUARP41JYYn2+ABMR8q1Yh5FM9hHCbs4XPZwG+4+FPeIZ6b5gYk4YUP//m+fWiuU9z9A==

vue-i18n@^8.12.0:
version "8.15.5"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.15.5.tgz#e39e4724c88ec38ef72217de325e8b10a35718cf"
integrity sha512-lIej02+w8lP0k1PEN1xtXqKpQ1hDh17zvDF+7Oc2qJi+cTMDlfPM771w4euVaHO67AxEz4WL9MIgkyn3tkeCtQ==
vue-i18n@8.16.0:
version "8.16.0"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.16.0.tgz#f84188a36a4cc3c876427b869c7c5a82d6696080"
integrity sha512-cp9JOsx4ETzlCsnD22FE8ZhAmD8kcyNLRKV0DPsS7bBNTCdIlOKuyTGonWKYcGCUtNMtwemDWRBevRm8eevBVg==

vue-loader@^15.7.1, vue-loader@^15.9.1:
version "15.9.1"
Expand Down

0 comments on commit 9e99f19

Please sign in to comment.