Skip to content

Commit

Permalink
feat(vite-plugin-vue-i18n): pinned next version for intlify related m…
Browse files Browse the repository at this point in the history
…odules (#103)
  • Loading branch information
kazupon authored Apr 5, 2022
1 parent 199fac7 commit eb3f540
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/vite-plugin-vue-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"url": "https://github.com/intlify/bundle-tools/issues"
},
"peerDependencies": {
"vite": "^2.0.0",
"vue-i18n": "^9.1.0",
"petite-vue-i18n": "^9.1.0"
"vite": "^2.9.0",
"vue-i18n": "next",
"petite-vue-i18n": "next"
},
"peerDependenciesMeta": {
"vue-i18n": {
Expand All @@ -23,8 +23,8 @@
}
},
"dependencies": {
"@intlify/bundle-utils": "^2.2.2",
"@intlify/shared": "^9.1.0",
"@intlify/bundle-utils": "next",
"@intlify/shared": "next",
"@rollup/pluginutils": "^4.1.0",
"debug": "^4.3.1",
"source-map": "0.6.1",
Expand Down

0 comments on commit eb3f540

Please sign in to comment.