fix: 尝试修改依赖版本

This commit is contained in:
chenjinsong
2023-10-09 17:40:37 +08:00
parent 24e549a444
commit 95217b84a5

10
package-lock.json generated
View File

@@ -21439,13 +21439,13 @@
"dev": true
},
"vue-i18n": {
"version": "9.1.6",
"resolved": "https://registry.nlark.com/vue-i18n/download/vue-i18n-9.1.6.tgz",
"version": "9.2.2",
"resolved": "https://registry.nlark.com/vue-i18n/download/vue-i18n-9.2.2.tgz",
"integrity": "sha1-TPmS4q7FRYvBk2mXPJbqfQ9WAyE=",
"requires": {
"@intlify/core-base": "9.1.6",
"@intlify/shared": "9.1.6",
"@intlify/vue-devtools": "9.1.6",
"@intlify/core-base": "9.2.2",
"@intlify/shared": "9.2.2",
"@intlify/vue-devtools": "9.2.2",
"@vue/devtools-api": "^6.0.0-beta.7"
}
},