Skip to content

Commit 2a564fe

Browse files
committed
Merge remote-tracking branch 'origin/main' into jinjiang/translation-setup
2 parents afd5898 + 963e379 commit 2a564fe

File tree

7 files changed

+373
-220
lines changed

7 files changed

+373
-220
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"@rollup/plugin-replace": "5.0.5",
3434
"@rollup/plugin-typescript": "11.1.6",
3535
"@types/js-beautify": "1.14.3",
36-
"@types/node": "20.11.27",
37-
"@typescript-eslint/eslint-plugin": "7.2.0",
38-
"@typescript-eslint/parser": "7.2.0",
36+
"@types/node": "20.11.30",
37+
"@typescript-eslint/eslint-plugin": "7.3.1",
38+
"@typescript-eslint/parser": "7.3.1",
3939
"@vitejs/plugin-vue": "5.0.4",
4040
"@vitejs/plugin-vue-jsx": "3.1.0",
41-
"@vitest/coverage-v8": "1.3.1",
41+
"@vitest/coverage-v8": "1.4.0",
4242
"@vue/compat": "3.4.21",
4343
"@vue/compiler-dom": "3.4.21",
4444
"@vue/compiler-sfc": "3.4.21",
@@ -56,14 +56,14 @@
5656
"tslib": "2.6.2",
5757
"typescript": "5.4.2",
5858
"unplugin-vue-components": "0.26.0",
59-
"vite": "5.1.6",
59+
"vite": "5.2.0",
6060
"vitepress": "1.0.0-rc.45",
6161
"vitepress-translation-helper": "^0.1.3",
62-
"vitest": "1.3.1",
62+
"vitest": "1.4.0",
6363
"vue": "3.4.21",
6464
"vue-class-component": "8.0.0-rc.1",
6565
"vue-router": "4.3.0",
66-
"vue-tsc": "2.0.6",
66+
"vue-tsc": "2.0.7",
6767
"vuex": "4.1.0"
6868
},
6969
"author": {
@@ -106,7 +106,7 @@
106106
"url": "git+https://github.com/vuejs/test-utils.git"
107107
},
108108
"homepage": "https://github.com/vuejs/test-utils",
109-
"packageManager": "pnpm@8.15.4",
109+
"packageManager": "pnpm@8.15.5",
110110
"pnpm": {
111111
"peerDependencyRules": {
112112
"ignoreMissing": [

0 commit comments

Comments
 (0)