|
2 | 2 | "name": "pinia-plugin-persistedstate",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "4.1.3",
|
5 |
| - "packageManager": "pnpm@9.12.3", |
| 5 | + "packageManager": "pnpm@9.15.0", |
6 | 6 | "description": "Configurable persistence and rehydration of Pinia stores.",
|
7 | 7 | "author": "Sacha Bouillez <[email protected]> (https://praz.dev)",
|
8 | 8 | "license": "MIT",
|
|
71 | 71 | "typecheck": "nuxi typecheck"
|
72 | 72 | },
|
73 | 73 | "peerDependencies": {
|
74 |
| - "@pinia/nuxt": ">=0.5.0", |
75 |
| - "pinia": ">=2.0.0" |
| 74 | + "@pinia/nuxt": ">=0.9.0", |
| 75 | + "pinia": ">=2.3.0" |
76 | 76 | },
|
77 | 77 | "peerDependenciesMeta": {
|
78 | 78 | "@pinia/nuxt": {
|
|
83 | 83 | }
|
84 | 84 | },
|
85 | 85 | "dependencies": {
|
86 |
| - "@nuxt/kit": "^3.13.2", |
| 86 | + "@nuxt/kit": "^3.14.1592", |
87 | 87 | "deep-pick-omit": "^1.2.1",
|
88 | 88 | "defu": "^6.1.4",
|
89 | 89 | "destr": "^2.0.3"
|
90 | 90 | },
|
91 | 91 | "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", |
95 | 95 | "@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", |
102 | 102 | "changelogen": "^0.5.7",
|
103 | 103 | "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", |
109 | 109 | "pinia-plugin-persistedstate": "link:",
|
110 | 110 | "publint": "^0.2.12",
|
111 |
| - "rollup": "^4.24.4", |
| 111 | + "rollup": "^4.28.1", |
112 | 112 | "rollup-plugin-esbuild": "^6.1.1",
|
113 | 113 | "simple-git-hooks": "^2.11.1",
|
114 | 114 | "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", |
119 | 119 | "vue-tsc": "^2.1.10"
|
120 | 120 | },
|
121 | 121 | "simple-git-hooks": {
|
|
0 commit comments