|
118 | 118 | "packageManager": "pnpm@10.18.3", |
119 | 119 | "devDependencies": { |
120 | 120 | "@eslint/js": "^9.39.2", |
121 | | - "@redux-devtools/extension": "^3.3.0", |
| 121 | + "@redux-devtools/extension": "^4.0.0", |
122 | 122 | "@rollup/plugin-alias": "^6.0.0", |
123 | 123 | "@rollup/plugin-node-resolve": "^16.0.3", |
124 | 124 | "@rollup/plugin-replace": "^6.0.3", |
125 | 125 | "@rollup/plugin-typescript": "^12.3.0", |
126 | 126 | "@testing-library/jest-dom": "^6.9.1", |
127 | 127 | "@testing-library/react": "^16.3.2", |
128 | | - "@types/node": "^25.1.0", |
129 | | - "@types/react": "^19.2.10", |
| 128 | + "@types/node": "^25.5.0", |
| 129 | + "@types/react": "^19.2.14", |
130 | 130 | "@types/react-dom": "^19.2.3", |
131 | 131 | "@types/use-sync-external-store": "^1.5.0", |
132 | | - "@vitest/coverage-v8": "^4.0.18", |
133 | | - "@vitest/eslint-plugin": "^1.6.6", |
134 | | - "@vitest/ui": "^4.0.18", |
135 | | - "esbuild": "^0.27.2", |
| 132 | + "@vitest/coverage-v8": "^4.1.0", |
| 133 | + "@vitest/eslint-plugin": "^1.6.12", |
| 134 | + "@vitest/ui": "^4.1.0", |
| 135 | + "esbuild": "^0.27.4", |
136 | 136 | "eslint": "^9.39.2", |
137 | 137 | "eslint-import-resolver-typescript": "^4.4.4", |
138 | 138 | "eslint-plugin-import": "^2.32.0", |
139 | 139 | "eslint-plugin-jest-dom": "^5.5.0", |
140 | 140 | "eslint-plugin-react": "^7.37.5", |
141 | 141 | "eslint-plugin-react-hooks": "^7.0.1", |
142 | | - "eslint-plugin-testing-library": "^7.15.4", |
143 | | - "immer": "^11.1.3", |
| 142 | + "eslint-plugin-testing-library": "^7.16.0", |
| 143 | + "immer": "^11.1.4", |
144 | 144 | "jsdom": "^27.4.0", |
145 | 145 | "json": "^11.0.0", |
146 | 146 | "prettier": "^3.8.1", |
147 | 147 | "react": "^19.2.4", |
148 | 148 | "react-dom": "^19.2.4", |
149 | 149 | "redux": "^5.0.1", |
150 | | - "rollup": "^4.57.1", |
| 150 | + "rollup": "^4.59.0", |
151 | 151 | "rollup-plugin-esbuild": "^6.2.1", |
152 | 152 | "shelljs": "^0.10.0", |
153 | 153 | "shx": "^0.4.0", |
154 | 154 | "tslib": "^2.8.1", |
155 | 155 | "typescript": "^5.9.3", |
156 | | - "typescript-eslint": "^8.54.0", |
| 156 | + "typescript-eslint": "^8.57.0", |
157 | 157 | "use-sync-external-store": "^1.6.0", |
158 | | - "vitest": "^4.0.18" |
| 158 | + "vitest": "^4.1.0" |
159 | 159 | }, |
160 | 160 | "peerDependencies": { |
161 | 161 | "@types/react": ">=18.0.0", |
|
0 commit comments