|
15 | 15 | "lint-ts": "tsc --noemit" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | | - "@eslint/js": "^9.39.2", |
| 18 | + "@eslint-react/eslint-plugin": "^2.13.0", |
| 19 | + "@eslint/js": "^10.0.1", |
19 | 20 | "@testing-library/dom": "^10.4.1", |
20 | | - "@testing-library/react": "^16.3.1", |
| 21 | + "@testing-library/react": "^16.3.2", |
21 | 22 | "@testing-library/user-event": "^14.6.1", |
22 | | - "@types/node": "^25.0.3", |
23 | | - "@types/react": "^19.2.7", |
24 | | - "@vitejs/plugin-react": "^5.1.2", |
25 | | - "@vitest/coverage-v8": "^4.0.16", |
| 23 | + "@types/node": "^25.3.3", |
| 24 | + "@types/react": "^19.2.14", |
| 25 | + "@vitejs/plugin-react": "^5.1.4", |
| 26 | + "@vitest/coverage-v8": "^4.0.18", |
26 | 27 | "babel-plugin-react-compiler": "1.0.0", |
27 | | - "eslint": "^9.39.2", |
| 28 | + "eslint": "^10.0.2", |
28 | 29 | "eslint-config-prettier": "^10.1.8", |
29 | | - "eslint-plugin-prettier": "^5.5.4", |
30 | | - "eslint-plugin-react": "^7.37.5", |
31 | | - "eslint-plugin-react-hooks": "^7.0.1", |
32 | | - "jsdom": "^27.4.0", |
33 | | - "prettier": "^3.7.4", |
| 30 | + "eslint-plugin-prettier": "^5.5.5", |
| 31 | + "jsdom": "^28.1.0", |
| 32 | + "prettier": "^3.8.1", |
34 | 33 | "typescript": "^5.9.3", |
35 | | - "typescript-eslint": "^8.52.0", |
36 | | - "vite": "^7.3.0", |
37 | | - "vitest": "^4.0.16" |
| 34 | + "typescript-eslint": "^8.56.1", |
| 35 | + "vite": "^7.3.1", |
| 36 | + "vitest": "^4.0.18" |
38 | 37 | }, |
39 | 38 | "dependencies": { |
40 | | - "react": "^19.2.3", |
41 | | - "react-dom": "^19.2.3", |
42 | | - "react-router-dom": "^7.11.0", |
43 | | - "zustand": "^5.0.9" |
| 39 | + "react": "^19.2.4", |
| 40 | + "react-dom": "^19.2.4", |
| 41 | + "react-router-dom": "^7.13.1", |
| 42 | + "zustand": "^5.0.11" |
44 | 43 | } |
45 | 44 | } |
0 commit comments