Skip to content

Commit bf09d4d

Browse files
committed
chore: use a separate file to store constants
1 parent c318328 commit bf09d4d

File tree

4 files changed

+421
-412
lines changed

4 files changed

+421
-412
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@
9696
"@commitlint/config-conventional": "^19.5.0",
9797
"@types/cross-spawn": "^6.0.6",
9898
"@types/lodash-es": "^4.17.12",
99-
"@types/node": "^22.8.1",
99+
"@types/node": "^22.8.4",
100100
"@types/prompts": "^2.4.9",
101101
"@types/semver": "^7.5.8",
102102
"@vitejs/plugin-vue": "^5.1.4",
103-
"@vitest/ui": "^2.1.3",
103+
"@vitest/ui": "^2.1.4",
104104
"@vue/compiler-sfc": "^3.5.12",
105105
"@vue/test-utils": "^2.4.6",
106106
"axios": "^1.7.7",
@@ -132,8 +132,8 @@
132132
"unplugin-vue-components": "^0.27.4",
133133
"vite": "^5.4.10",
134134
"vite-plugin-dts": "4.3.0",
135-
"vitepress": "^1.4.1",
136-
"vitest": "^2.1.3",
135+
"vitepress": "^1.4.2",
136+
"vitest": "^2.1.4",
137137
"vue": "^3.5.12",
138138
"vue-global-config": "^0.6.3",
139139
"zhlint": "^0.8.2"

0 commit comments

Comments
 (0)