|
2 | 2 | "name": "pinia-plugin-persistedstate",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "4.3.0",
|
5 |
| - "packageManager": "pnpm@10.10.0", |
| 5 | + "packageManager": "pnpm@10.12.4", |
6 | 6 | "description": "Configurable persistence and rehydration of Pinia stores.",
|
7 | 7 | "author": "Sacha Bouillez <[email protected]> (https://praz.dev)",
|
8 | 8 | "license": "MIT",
|
|
11 | 11 | "type": "git",
|
12 | 12 | "url": "git+https://github.com/prazdevs/pinia-plugin-persistedstate.git"
|
13 | 13 | },
|
14 |
| - "sponsor": { |
15 |
| - "url": "https://github.com/sponsors/prazdevs" |
16 |
| - }, |
17 | 14 | "bugs": {
|
18 | 15 | "url": "https://github.com/prazdevs/pinia-plugin-persistedstate/issues"
|
19 | 16 | },
|
|
49 | 46 | "files": [
|
50 | 47 | "dist"
|
51 | 48 | ],
|
| 49 | + "engines": { |
| 50 | + "node": ">=24" |
| 51 | + }, |
| 52 | + "sponsor": { |
| 53 | + "url": "https://github.com/sponsors/prazdevs" |
| 54 | + }, |
52 | 55 | "scripts": {
|
53 | 56 | "build": "pnpm build:plugin && pnpm build:umd && pnpm build:module",
|
54 | 57 | "build:plugin": "tsup src/index.ts --dts --format esm,cjs",
|
|
88 | 91 | "destr": "^2.0.5"
|
89 | 92 | },
|
90 | 93 | "devDependencies": {
|
91 |
| - "@antfu/eslint-config": "^4.13.0", |
| 94 | + "@antfu/eslint-config": "^4.16.1", |
92 | 95 | "@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", |
95 | 98 | "@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", |
99 | 101 | "@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", |
102 | 104 | "changelogen": "^0.6.1",
|
103 |
| - "esbuild": "^0.25.4", |
104 |
| - "eslint": "^9.26.0", |
| 105 | + "esbuild": "^0.25.5", |
| 106 | + "eslint": "^9.30.0", |
105 | 107 | "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", |
109 | 111 | "pinia-plugin-persistedstate": "link:",
|
110 | 112 | "publint": "^0.3.12",
|
111 |
| - "rollup": "^4.40.2", |
| 113 | + "rollup": "^4.44.1", |
112 | 114 | "rollup-plugin-esbuild": "^6.2.1",
|
113 | 115 | "simple-git-hooks": "^2.13.0",
|
114 |
| - "tsup": "^8.4.0", |
| 116 | + "tsup": "^8.5.0", |
115 | 117 | "typescript": "~5.8.3",
|
116 | 118 | "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", |
119 | 121 | "vue-tsc": "^2.2.10"
|
120 | 122 | },
|
121 | 123 | "simple-git-hooks": {
|
|
0 commit comments