Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 4d4c1de

Browse files
committed
update deps
1 parent af66370 commit 4d4c1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ module.exports = (api, options, rootOptions) => {
5252
}
5353

5454
if (isVue3) {
55-
pkg.dependencies['vue-i18n'] = '^9.0.0-rc.7'
56-
pkg.devDependencies['@intlify/vue-i18n-loader'] = '^2.0.0-rc.1'
55+
pkg.dependencies['vue-i18n'] = '^9.0.0'
56+
pkg.devDependencies['@intlify/vue-i18n-loader'] = '^2.0.0'
5757
pkg.vue.pluginOptions.i18n['enableLegacy'] = enableLegacy
5858
pkg.vue.pluginOptions.i18n['runtimeOnly'] = false
5959
pkg.vue.pluginOptions.i18n['compositionOnly'] = !!enableLegacy

0 commit comments

Comments
 (0)