Skip to content

Commit c71d618

Browse files
committed
chore: bump dependencies (incl. pinia^2.3.0 & @pinia/nuxt^0.9.0)
1 parent 3c55848 commit c71d618

File tree

2 files changed

+1985
-1694
lines changed

2 files changed

+1985
-1694
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pinia-plugin-persistedstate",
33
"type": "module",
44
"version": "4.1.3",
5-
"packageManager": "pnpm@9.12.3",
5+
"packageManager": "pnpm@9.15.0",
66
"description": "Configurable persistence and rehydration of Pinia stores.",
77
"author": "Sacha Bouillez <[email protected]> (https://praz.dev)",
88
"license": "MIT",
@@ -71,8 +71,8 @@
7171
"typecheck": "nuxi typecheck"
7272
},
7373
"peerDependencies": {
74-
"@pinia/nuxt": ">=0.5.0",
75-
"pinia": ">=2.0.0"
74+
"@pinia/nuxt": ">=0.9.0",
75+
"pinia": ">=2.3.0"
7676
},
7777
"peerDependenciesMeta": {
7878
"@pinia/nuxt": {
@@ -83,39 +83,39 @@
8383
}
8484
},
8585
"dependencies": {
86-
"@nuxt/kit": "^3.13.2",
86+
"@nuxt/kit": "^3.14.1592",
8787
"deep-pick-omit": "^1.2.1",
8888
"defu": "^6.1.4",
8989
"destr": "^2.0.3"
9090
},
9191
"devDependencies": {
92-
"@antfu/eslint-config": "^3.8.0",
93-
"@iconify-json/catppuccin": "^1.2.4",
94-
"@nuxt/devtools": "^1.6.0",
92+
"@antfu/eslint-config": "^3.12.0",
93+
"@iconify-json/catppuccin": "^1.2.8",
94+
"@nuxt/devtools": "^1.6.4",
9595
"@nuxt/module-builder": "^0.8.4",
96-
"@nuxt/schema": "^3.13.2",
97-
"@nuxt/test-utils": "^3.14.4",
98-
"@pinia/nuxt": "^0.6.1",
99-
"@rollup/plugin-node-resolve": "^15.3.0",
100-
"@shikijs/vitepress-twoslash": "^1.22.2",
101-
"@types/node": "^22.8.7",
96+
"@nuxt/schema": "^3.14.1592",
97+
"@nuxt/test-utils": "^3.15.1",
98+
"@pinia/nuxt": "^0.9.0",
99+
"@rollup/plugin-node-resolve": "^16.0.0",
100+
"@shikijs/vitepress-twoslash": "^1.24.2",
101+
"@types/node": "^22.10.2",
102102
"changelogen": "^0.5.7",
103103
"esbuild": "^0.24.0",
104-
"eslint": "~9.14.0",
105-
"eslint-plugin-format": "^0.1.2",
106-
"lint-staged": "^15.2.10",
107-
"nuxt": "^3.13.2",
108-
"pinia": "^2.2.5",
104+
"eslint": "~9.17.0",
105+
"eslint-plugin-format": "^0.1.3",
106+
"lint-staged": "^15.2.11",
107+
"nuxt": "^3.14.1592",
108+
"pinia": "^2.3.0",
109109
"pinia-plugin-persistedstate": "link:",
110110
"publint": "^0.2.12",
111-
"rollup": "^4.24.4",
111+
"rollup": "^4.28.1",
112112
"rollup-plugin-esbuild": "^6.1.1",
113113
"simple-git-hooks": "^2.11.1",
114114
"tsup": "^8.3.5",
115-
"typescript": "^5.6.3",
116-
"vitepress": "^1.4.5",
117-
"vitepress-plugin-group-icons": "^1.3.0",
118-
"vue": "^3.5.12",
115+
"typescript": "~5.6.3",
116+
"vitepress": "^1.5.0",
117+
"vitepress-plugin-group-icons": "^1.3.1",
118+
"vue": "^3.5.13",
119119
"vue-tsc": "^2.1.10"
120120
},
121121
"simple-git-hooks": {

0 commit comments

Comments
 (0)