Skip to content

Commit 16d562f

Browse files
committed
chore: code optimization
1 parent 684a13d commit 16d562f

File tree

5 files changed

+577
-599
lines changed

5 files changed

+577
-599
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"vue-demi": "^0.14.7"
7878
},
7979
"devDependencies": {
80-
"@antfu/eslint-config": "^2.15.0",
80+
"@antfu/eslint-config": "^2.16.0",
8181
"@commitlint/cli": "^19.3.0",
8282
"@commitlint/config-conventional": "^19.2.2",
8383
"@types/cross-spawn": "^6.0.6",
@@ -86,8 +86,8 @@
8686
"@types/prompts": "^2.4.9",
8787
"@types/semver": "^7.5.8",
8888
"@vitejs/plugin-vue": "^5.0.4",
89-
"@vitest/ui": "^1.5.0",
90-
"@vue/compiler-sfc": "^3.4.24",
89+
"@vitest/ui": "^1.5.2",
90+
"@vue/compiler-sfc": "^3.4.25",
9191
"@vue/test-utils": "^2.4.5",
9292
"axios": "^1.6.8",
9393
"case-police": "^0.6.1",
@@ -115,10 +115,10 @@
115115
"unplugin-vue-components": "^0.26.0",
116116
"vite": "^5.2.10",
117117
"vite-plugin-dts": "^3.9.0",
118-
"vitepress": "^1.1.3",
119-
"vitest": "^1.5.0",
120-
"vue": "^3.4.24",
121-
"vue-global-config": "^0.6.0",
118+
"vitepress": "^1.1.4",
119+
"vitest": "^1.5.2",
120+
"vue": "^3.4.25",
121+
"vue-global-config": "^0.6.1",
122122
"zhlint": "^0.8.1"
123123
},
124124
"simple-git-hooks": {

0 commit comments

Comments
 (0)