|
2 | 2 | "name": "pinia-plugin-persistedstate",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "4.0.1",
|
5 |
| - "packageManager": "pnpm@9.9.0", |
| 5 | + "packageManager": "pnpm@9.10.0", |
6 | 6 | "description": "Configurable persistence and rehydration of Pinia stores.",
|
7 | 7 | "author": "Sacha Bouillez <hi@praz.dev> (https://praz.dev)",
|
8 | 8 | "license": "MIT",
|
|
82 | 82 | }
|
83 | 83 | },
|
84 | 84 | "dependencies": {
|
85 |
| - "@nuxt/kit": "^3.13.0", |
| 85 | + "@nuxt/kit": "^3.13.1", |
86 | 86 | "deep-pick-omit": "^1.2.0",
|
87 | 87 | "defu": "^6.1.4",
|
88 | 88 | "destr": "^2.0.3"
|
89 | 89 | },
|
90 | 90 | "devDependencies": {
|
91 |
| - "@antfu/eslint-config": "^2.27.3", |
92 |
| - "@nuxt/devtools": "^1.4.1", |
93 |
| - "@nuxt/module-builder": "^0.8.3", |
94 |
| - "@nuxt/schema": "^3.13.0", |
95 |
| - "@nuxt/test-utils": "^3.14.1", |
| 91 | + "@antfu/eslint-config": "^3.6.0", |
| 92 | + "@nuxt/devtools": "^1.4.2", |
| 93 | + "@nuxt/module-builder": "^0.8.4", |
| 94 | + "@nuxt/schema": "^3.13.1", |
| 95 | + "@nuxt/test-utils": "^3.14.2", |
96 | 96 | "@pinia/nuxt": "^0.5.4",
|
97 |
| - "@shikijs/vitepress-twoslash": "^1.16.1", |
98 |
| - "@types/node": "^22.5.2", |
| 97 | + "@shikijs/vitepress-twoslash": "^1.17.6", |
| 98 | + "@types/node": "^22.5.5", |
99 | 99 | "changelogen": "^0.5.5",
|
100 |
| - "eslint": "^9.9.1", |
| 100 | + "eslint": "^9.10.0", |
101 | 101 | "jiti": "^1.21.6",
|
102 | 102 | "lint-staged": "^15.2.10",
|
103 |
| - "nuxt": "^3.13.0", |
| 103 | + "nuxt": "^3.13.1", |
104 | 104 | "pinia": "^2.2.2",
|
105 | 105 | "pinia-plugin-persistedstate": "link:",
|
106 | 106 | "publint": "^0.2.10",
|
107 | 107 | "simple-git-hooks": "^2.11.1",
|
108 | 108 | "tsup": "^8.2.4",
|
109 |
| - "typescript": "^5.5.4", |
| 109 | + "typescript": "^5.6.2", |
110 | 110 | "vitepress": "^1.3.4",
|
111 |
| - "vitepress-plugin-group-icons": "^1.1.0", |
112 |
| - "vitest": "^2.0.5", |
113 |
| - "vue": "^3.4.38", |
114 |
| - "vue-tsc": "^2.1.4" |
| 111 | + "vitepress-plugin-group-icons": "^1.2.2", |
| 112 | + "vitest": "^2.1.1", |
| 113 | + "vue": "^3.5.5", |
| 114 | + "vue-tsc": "^2.1.6" |
115 | 115 | },
|
116 | 116 | "simple-git-hooks": {
|
117 | 117 | "pre-commit": "npx lint-staged"
|
|
0 commit comments