Skip to content

Commit 81645d2

Browse files
committed
chore: up deps, use test script
1 parent 6bea24a commit 81645d2

File tree

4 files changed

+1705
-1214
lines changed

4 files changed

+1705
-1214
lines changed

examples/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@pinia/nuxt": "^0.8.0",
11-
"nuxt": "^3.14.1592",
11+
"nuxt": "^3.15.2",
1212
"unplugin-vue-router": "workspace:*"
1313
},
1414
"dependencies": {

package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,16 @@
143143
"build": "pnpm run build:core && pnpm run build:runtime",
144144
"build:core": "tsup",
145145
"build:runtime": "tsup --config tsup-runtime.config.ts",
146-
"dev": "pnpm run test --ui",
146+
"dev": "vitest --typecheck --ui",
147147
"docs": "vitepress dev docs",
148148
"docs:build": "vitepress build docs",
149149
"lint": "prettier -c '{src,test,e2e,examples,playground}/**/*.{ts,vue}'",
150150
"play": "npm -C playground run dev",
151151
"play:build": "npm -C playground run build",
152152
"release": "node scripts/release.mjs",
153153
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
154-
"test": "vitest --typecheck"
154+
"pretest": "pnpm run lint",
155+
"test": "pnpm run build && vitest --typecheck --coverage run && pnpm run docs:build"
155156
},
156157
"gitHooks": {
157158
"pre-commit": "lint-staged",
@@ -168,7 +169,7 @@
168169
"dependencies": {
169170
"@babel/types": "^7.26.0",
170171
"@rollup/pluginutils": "^5.1.4",
171-
"@vue-macros/common": "^1.15.0",
172+
"@vue-macros/common": "^1.16.1",
172173
"ast-walker-scope": "^0.6.2",
173174
"chokidar": "^3.6.0",
174175
"fast-glob": "^3.3.2",
@@ -194,9 +195,9 @@
194195
"@posva/prompts": "^2.4.4",
195196
"@shikijs/vitepress-twoslash": "1.24.0",
196197
"@tanstack/vue-query": "^5.62.0",
197-
"@types/node": "^22.10.1",
198-
"@vitest/coverage-v8": "^2.1.6",
199-
"@vitest/ui": "^2.1.6",
198+
"@types/node": "^22.10.7",
199+
"@vitest/coverage-v8": "^3.0.2",
200+
"@vitest/ui": "^3.0.2",
200201
"@volar/vue-language-core": "^1.6.5",
201202
"@vue/test-utils": "^2.4.6",
202203
"chalk": "^5.3.0",
@@ -215,18 +216,18 @@
215216
"semver": "^7.6.3",
216217
"ts-expect": "^1.3.0",
217218
"tsup": "^8.3.5",
218-
"typescript": "^5.6.3",
219+
"typescript": "^5.7.3",
219220
"unplugin-auto-import": "^19.0.0",
220221
"unplugin-vue-markdown": "^28.1.0",
221222
"unplugin-vue-router": "workspace:*",
222-
"vite": "^6.0.1",
223-
"vite-plugin-vue-devtools": "^7.6.7",
223+
"vite": "^6.0.10",
224+
"vite-plugin-vue-devtools": "^7.7.0",
224225
"vitepress": "1.5.0",
225-
"vitest": "^2.1.6",
226+
"vitest": "^3.0.2",
226227
"vue": "^3.5.13",
227228
"vue-router": "^4.5.0",
228229
"vue-router-mock": "^1.1.0",
229-
"vue-tsc": "^2.1.10",
230+
"vue-tsc": "^2.2.0",
230231
"vuefire": "^3.2.0",
231232
"webpack": "^5.96.1",
232233
"yorkie": "^2.0.0"

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@vue/tsconfig": "^0.7.0",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^6.0.1",
15+
"vite": "^6.0.10",
1616
"vite-plugin-inspect": "^0.10.1"
1717
},
1818
"dependencies": {

0 commit comments

Comments
 (0)