Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 3, 2024
1 parent 90d8eb9 commit fc32faf
Show file tree
Hide file tree
Showing 7 changed files with 1,793 additions and 1,732 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"@rollup/plugin-terser": "^0.4.4",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.14.12",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"@vue/compiler-sfc": "~3.5.10",
"@vue/server-renderer": "~3.5.10",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"@vue/compiler-sfc": "~3.5.12",
"@vue/server-renderer": "~3.5.12",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.4.1",
"execa": "^9.3.0",
"globby": "^14.0.1",
"happy-dom": "^15.7.4",
"lint-staged": "^15.2.7",
"happy-dom": "^15.8.0",
"lint-staged": "^15.2.10",
"lodash.kebabcase": "^4.1.1",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
Expand All @@ -58,9 +58,9 @@
"simple-git-hooks": "^2.11.1",
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.8",
"typescript": "~5.6.2",
"vitest": "^2.1.1",
"vue": "~3.5.10"
"typescript": "~5.6.3",
"vitest": "^2.1.4",
"vue": "~3.5.12"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@chenfengyuan/vue-countdown": "^2.1.2",
"@vueuse/core": "^10.11.0",
"pinia": "workspace:*",
"vitepress": "1.3.4",
"vitepress": "1.4.5",
"vitepress-translation-helper": "^0.2.1",
"vue-use-spring": "^0.3.3"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
},
"dependencies": {
"@nuxt/kit": "^3.13.0",
"@nuxt/kit": "^3.9.0",
"pinia": "workspace:^"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.14.2",
"@nuxt/test-utils": "^3.14.4",
"nuxt": "^3.13.2",
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6"
"typescript": "^5.6.3",
"vue-tsc": "^2.1.10"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/online-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"execa": "^9.3.0",
"vite": "^5.4.8"
"vite": "^5.4.10"
},
"dependencies": {
"@vue/repl": "^3.0.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"pinia": "workspace:*",
"vue": "^3.5.10"
"vue": "^3.5.12"
}
}
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.8"
"vite": "^5.4.10"
},
"dependencies": {
"@vueuse/core": "^10.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"pinia": "workspace:*",
"tsup": "^8.3.0"
"tsup": "^8.3.5"
},
"peerDependencies": {
"pinia": ">=2.2.3"
Expand Down
Loading

0 comments on commit fc32faf

Please sign in to comment.