Skip to content

Commit b652224

Browse files
committed
Update version configurations
1 parent 2221ecf commit b652224

File tree

7 files changed

+11
-69
lines changed

7 files changed

+11
-69
lines changed

locales/zh-Hans.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
"needsRolldownVite": {
7373
"message": "rolldown-vite(试验阶段)"
7474
},
75-
"errors": {
76-
"operationCancelled": "操作取消"
77-
},
7875
"needsVueI18n": {
7976
"message": "是否引入 Vue I18n 用于国际化?"
8077
},
78+
"errors": {
79+
"operationCancelled": "操作取消"
80+
},
8181
"defaultToggleOptions": {
8282
"active": "",
8383
"inactive": ""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"rollup-plugin-license": "^3.6.0",
5757
"vitest": "^3.2.4",
5858
"vue-i18n": "^11.1.7",
59-
"zx": "^8.6.0"
59+
"zx": "^8.5.5"
6060
},
6161
"lint-staged": {
6262
"*.{js,ts,vue,json}": [

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/code/typescript-i18n/src/components/HelloWorld.vue

Lines changed: 0 additions & 40 deletions
This file was deleted.

template/code/typescript-i18n/src/i18n/index.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

template/code/typescript-i18n/src/i18n/locales/en-US.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

template/config/vue-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"vue": "^3.4.34",
3+
"vue": "^3.5.17",
44
"vue-i18n": "^11.1.7"
55
}
66
}

0 commit comments

Comments
 (0)