Skip to content

Commit e1c0036

Browse files
committed
chore: upgrade dependencies
1 parent a207241 commit e1c0036

File tree

2 files changed

+607
-528
lines changed

2 files changed

+607
-528
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pinia-plugin-persistedstate",
33
"type": "module",
44
"version": "4.0.2",
5-
"packageManager": "pnpm@9.10.0",
5+
"packageManager": "pnpm@9.12.0",
66
"description": "Configurable persistence and rehydration of Pinia stores.",
77
"author": "Sacha Bouillez <hi@praz.dev> (https://praz.dev)",
88
"license": "MIT",
@@ -88,30 +88,30 @@
8888
"destr": "^2.0.3"
8989
},
9090
"devDependencies": {
91-
"@antfu/eslint-config": "^3.6.2",
92-
"@iconify-json/catppuccin": "^1.2.3",
93-
"@nuxt/devtools": "^1.4.2",
91+
"@antfu/eslint-config": "^3.7.3",
92+
"@iconify-json/catppuccin": "^1.2.4",
93+
"@nuxt/devtools": "^1.5.2",
9494
"@nuxt/module-builder": "^0.8.4",
9595
"@nuxt/schema": "^3.13.2",
9696
"@nuxt/test-utils": "^3.14.2",
97-
"@pinia/nuxt": "^0.5.4",
98-
"@shikijs/vitepress-twoslash": "^1.17.7",
99-
"@types/node": "^22.5.5",
100-
"changelogen": "^0.5.5",
101-
"eslint": "^9.10.0",
102-
"jiti": "^1.21.6",
97+
"@pinia/nuxt": "^0.5.5",
98+
"@shikijs/vitepress-twoslash": "^1.21.0",
99+
"@types/node": "^22.7.4",
100+
"changelogen": "^0.5.7",
101+
"eslint": "^9.11.1",
102+
"jiti": "^2.2.1",
103103
"lint-staged": "^15.2.10",
104104
"nuxt": "^3.13.2",
105-
"pinia": "^2.2.2",
105+
"pinia": "^2.2.4",
106106
"pinia-plugin-persistedstate": "link:",
107107
"publint": "^0.2.11",
108108
"simple-git-hooks": "^2.11.1",
109109
"tsup": "^8.3.0",
110110
"typescript": "^5.6.2",
111111
"vitepress": "^1.3.4",
112112
"vitepress-plugin-group-icons": "^1.2.4",
113-
"vitest": "^2.1.1",
114-
"vue": "^3.5.6",
113+
"vitest": "^2.1.2",
114+
"vue": "^3.5.11",
115115
"vue-tsc": "^2.1.6"
116116
},
117117
"simple-git-hooks": {

0 commit comments

Comments
 (0)