Skip to content

Commit 52e879c

Browse files
committed
chore: upgrade dependencies
1 parent 4cd2337 commit 52e879c

File tree

2 files changed

+2167
-2470
lines changed

2 files changed

+2167
-2470
lines changed

package.json

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pinia-plugin-persistedstate",
33
"type": "module",
44
"version": "4.3.0",
5-
"packageManager": "pnpm@10.10.0",
5+
"packageManager": "pnpm@10.12.4",
66
"description": "Configurable persistence and rehydration of Pinia stores.",
77
"author": "Sacha Bouillez <[email protected]> (https://praz.dev)",
88
"license": "MIT",
@@ -11,9 +11,6 @@
1111
"type": "git",
1212
"url": "git+https://github.com/prazdevs/pinia-plugin-persistedstate.git"
1313
},
14-
"sponsor": {
15-
"url": "https://github.com/sponsors/prazdevs"
16-
},
1714
"bugs": {
1815
"url": "https://github.com/prazdevs/pinia-plugin-persistedstate/issues"
1916
},
@@ -49,6 +46,12 @@
4946
"files": [
5047
"dist"
5148
],
49+
"engines": {
50+
"node": ">=24"
51+
},
52+
"sponsor": {
53+
"url": "https://github.com/sponsors/prazdevs"
54+
},
5255
"scripts": {
5356
"build": "pnpm build:plugin && pnpm build:umd && pnpm build:module",
5457
"build:plugin": "tsup src/index.ts --dts --format esm,cjs",
@@ -88,34 +91,33 @@
8891
"destr": "^2.0.5"
8992
},
9093
"devDependencies": {
91-
"@antfu/eslint-config": "^4.13.0",
94+
"@antfu/eslint-config": "^4.16.1",
9295
"@iconify-json/catppuccin": "^1.2.11",
93-
"@nuxt/devtools": "^2.4.0",
94-
"@nuxt/kit": "^3.17.2",
96+
"@nuxt/devtools": "^2.5.0",
97+
"@nuxt/kit": "^3.17.5",
9598
"@nuxt/module-builder": "^1.0.1",
96-
"@nuxt/schema": "^3.17.2",
97-
"@nuxt/test-utils": "^3.18.0",
98-
"@pinia/nuxt": "^0.11.0",
99+
"@nuxt/schema": "^3.17.5",
100+
"@pinia/nuxt": "^0.11.1",
99101
"@rollup/plugin-node-resolve": "^16.0.1",
100-
"@shikijs/vitepress-twoslash": "^3.4.0",
101-
"@types/node": "^22.15.17",
102+
"@shikijs/vitepress-twoslash": "^3.7.0",
103+
"@types/node": "^24.0.7",
102104
"changelogen": "^0.6.1",
103-
"esbuild": "^0.25.4",
104-
"eslint": "^9.26.0",
105+
"esbuild": "^0.25.5",
106+
"eslint": "^9.30.0",
105107
"eslint-plugin-format": "^1.0.1",
106-
"lint-staged": "^16.0.0",
107-
"nuxt": "^3.17.2",
108-
"pinia": "^3.0.2",
108+
"lint-staged": "^16.1.2",
109+
"nuxt": "^3.17.5",
110+
"pinia": "^3.0.3",
109111
"pinia-plugin-persistedstate": "link:",
110112
"publint": "^0.3.12",
111-
"rollup": "^4.40.2",
113+
"rollup": "^4.44.1",
112114
"rollup-plugin-esbuild": "^6.2.1",
113115
"simple-git-hooks": "^2.13.0",
114-
"tsup": "^8.4.0",
116+
"tsup": "^8.5.0",
115117
"typescript": "~5.8.3",
116118
"vitepress": "^1.6.3",
117-
"vitepress-plugin-group-icons": "^1.5.2",
118-
"vue": "^3.5.13",
119+
"vitepress-plugin-group-icons": "^1.6.0",
120+
"vue": "^3.5.17",
119121
"vue-tsc": "^2.2.10"
120122
},
121123
"simple-git-hooks": {

0 commit comments

Comments
 (0)