Skip to content

Commit b25e381

Browse files
committed
chore: up deps
1 parent d92b5e7 commit b25e381

File tree

3 files changed

+283
-309
lines changed

3 files changed

+283
-309
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@rollup/plugin-replace": "^6.0.2",
3737
"@rollup/plugin-terser": "^0.4.4",
3838
"@types/lodash.kebabcase": "^4.1.9",
39-
"@types/node": "^22.13.0",
39+
"@types/node": "^22.13.1",
4040
"@vitest/coverage-v8": "^3.0.5",
4141
"@vitest/ui": "^3.0.5",
4242
"@vue/compiler-sfc": "~3.5.13",
@@ -53,9 +53,9 @@
5353
"pascalcase": "^2.0.0",
5454
"prettier": "^3.4.2",
5555
"rimraf": "^6.0.1",
56-
"rollup": "^4.34.0",
56+
"rollup": "^4.34.2",
5757
"rollup-plugin-typescript2": "^0.36.0",
58-
"semver": "^7.7.0",
58+
"semver": "^7.7.1",
5959
"simple-git-hooks": "^2.11.1",
6060
"typedoc": "^0.27.6",
6161
"typedoc-plugin-markdown": "~4.4.1",

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
4747
},
4848
"dependencies": {
49-
"@nuxt/kit": "^3.15.0"
49+
"@nuxt/kit": "^3.15.4"
5050
},
5151
"peerDependencies": {
5252
"pinia": "workspace:^"
5353
},
5454
"devDependencies": {
5555
"@nuxt/module-builder": "^0.8.4",
56-
"@nuxt/schema": "^3.15.0",
56+
"@nuxt/schema": "^3.15.4",
5757
"@nuxt/test-utils": "^3.15.4",
5858
"nuxt": "^3.15.4",
5959
"pinia": "workspace:^",

0 commit comments

Comments
 (0)