Skip to content

Commit fc32faf

Browse files
committed
chore: up deps
1 parent 90d8eb9 commit fc32faf

File tree

7 files changed

+1793
-1732
lines changed

7 files changed

+1793
-1732
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
"@rollup/plugin-terser": "^0.4.4",
3636
"@types/lodash.kebabcase": "^4.1.9",
3737
"@types/node": "^20.14.12",
38-
"@vitest/coverage-v8": "^2.1.1",
39-
"@vitest/ui": "^2.1.1",
40-
"@vue/compiler-sfc": "~3.5.10",
41-
"@vue/server-renderer": "~3.5.10",
38+
"@vitest/coverage-v8": "^2.1.4",
39+
"@vitest/ui": "^2.1.4",
40+
"@vue/compiler-sfc": "~3.5.12",
41+
"@vue/server-renderer": "~3.5.12",
4242
"chalk": "^5.3.0",
4343
"conventional-changelog-cli": "^2.2.2",
4444
"enquirer": "^2.4.1",
4545
"execa": "^9.3.0",
4646
"globby": "^14.0.1",
47-
"happy-dom": "^15.7.4",
48-
"lint-staged": "^15.2.7",
47+
"happy-dom": "^15.8.0",
48+
"lint-staged": "^15.2.10",
4949
"lodash.kebabcase": "^4.1.1",
5050
"minimist": "^1.2.8",
5151
"p-series": "^3.0.0",
@@ -58,9 +58,9 @@
5858
"simple-git-hooks": "^2.11.1",
5959
"typedoc": "^0.26.7",
6060
"typedoc-plugin-markdown": "^4.2.8",
61-
"typescript": "~5.6.2",
62-
"vitest": "^2.1.1",
63-
"vue": "~3.5.10"
61+
"typescript": "~5.6.3",
62+
"vitest": "^2.1.4",
63+
"vue": "~3.5.12"
6464
},
6565
"simple-git-hooks": {
6666
"pre-commit": "pnpm lint-staged",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@chenfengyuan/vue-countdown": "^2.1.2",
1717
"@vueuse/core": "^10.11.0",
1818
"pinia": "workspace:*",
19-
"vitepress": "1.3.4",
19+
"vitepress": "1.4.5",
2020
"vitepress-translation-helper": "^0.2.1",
2121
"vue-use-spring": "^0.3.3"
2222
}

packages/nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
4747
},
4848
"dependencies": {
49-
"@nuxt/kit": "^3.13.0",
49+
"@nuxt/kit": "^3.9.0",
5050
"pinia": "workspace:^"
5151
},
5252
"devDependencies": {
5353
"@nuxt/module-builder": "^0.8.4",
5454
"@nuxt/schema": "^3.9.0",
55-
"@nuxt/test-utils": "^3.14.2",
55+
"@nuxt/test-utils": "^3.14.4",
5656
"nuxt": "^3.13.2",
57-
"typescript": "^5.6.2",
58-
"vue-tsc": "^2.1.6"
57+
"typescript": "^5.6.3",
58+
"vue-tsc": "^2.1.10"
5959
},
6060
"publishConfig": {
6161
"access": "public"

packages/online-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"devDependencies": {
1212
"@vitejs/plugin-vue": "^5.1.4",
1313
"execa": "^9.3.0",
14-
"vite": "^5.4.8"
14+
"vite": "^5.4.10"
1515
},
1616
"dependencies": {
1717
"@vue/repl": "^3.0.0",
1818
"file-saver": "^2.0.5",
1919
"jszip": "^3.10.1",
2020
"pinia": "workspace:*",
21-
"vue": "^3.5.10"
21+
"vue": "^3.5.12"
2222
}
2323
}

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@vitejs/plugin-vue": "^5.1.4",
12-
"vite": "^5.4.8"
12+
"vite": "^5.4.10"
1313
},
1414
"dependencies": {
1515
"@vueuse/core": "^10.11.0",

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"pinia": "workspace:*",
51-
"tsup": "^8.3.0"
51+
"tsup": "^8.3.5"
5252
},
5353
"peerDependencies": {
5454
"pinia": ">=2.2.3"

0 commit comments

Comments
 (0)