Skip to content

Commit

Permalink
chore: up deps, use test script
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 21, 2025
1 parent 6bea24a commit 81645d2
Show file tree
Hide file tree
Showing 4 changed files with 1,705 additions and 1,214 deletions.
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@pinia/nuxt": "^0.8.0",
"nuxt": "^3.14.1592",
"nuxt": "^3.15.2",
"unplugin-vue-router": "workspace:*"
},
"dependencies": {
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,16 @@
"build": "pnpm run build:core && pnpm run build:runtime",
"build:core": "tsup",
"build:runtime": "tsup --config tsup-runtime.config.ts",
"dev": "pnpm run test --ui",
"dev": "vitest --typecheck --ui",
"docs": "vitepress dev docs",
"docs:build": "vitepress build docs",
"lint": "prettier -c '{src,test,e2e,examples,playground}/**/*.{ts,vue}'",
"play": "npm -C playground run dev",
"play:build": "npm -C playground run build",
"release": "node scripts/release.mjs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
"test": "vitest --typecheck"
"pretest": "pnpm run lint",
"test": "pnpm run build && vitest --typecheck --coverage run && pnpm run docs:build"
},
"gitHooks": {
"pre-commit": "lint-staged",
Expand All @@ -168,7 +169,7 @@
"dependencies": {
"@babel/types": "^7.26.0",
"@rollup/pluginutils": "^5.1.4",
"@vue-macros/common": "^1.15.0",
"@vue-macros/common": "^1.16.1",
"ast-walker-scope": "^0.6.2",
"chokidar": "^3.6.0",
"fast-glob": "^3.3.2",
Expand All @@ -194,9 +195,9 @@
"@posva/prompts": "^2.4.4",
"@shikijs/vitepress-twoslash": "1.24.0",
"@tanstack/vue-query": "^5.62.0",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/ui": "^2.1.6",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.2",
"@vitest/ui": "^3.0.2",
"@volar/vue-language-core": "^1.6.5",
"@vue/test-utils": "^2.4.6",
"chalk": "^5.3.0",
Expand All @@ -215,18 +216,18 @@
"semver": "^7.6.3",
"ts-expect": "^1.3.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-markdown": "^28.1.0",
"unplugin-vue-router": "workspace:*",
"vite": "^6.0.1",
"vite-plugin-vue-devtools": "^7.6.7",
"vite": "^6.0.10",
"vite-plugin-vue-devtools": "^7.7.0",
"vitepress": "1.5.0",
"vitest": "^2.1.6",
"vitest": "^3.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-router-mock": "^1.1.0",
"vue-tsc": "^2.1.10",
"vue-tsc": "^2.2.0",
"vuefire": "^3.2.0",
"webpack": "^5.96.1",
"yorkie": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@vue/tsconfig": "^0.7.0",
"json-server": "^0.17.4",
"unplugin-vue-router": "workspace:*",
"vite": "^6.0.1",
"vite": "^6.0.10",
"vite-plugin-inspect": "^0.10.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 81645d2

Please sign in to comment.