|
15 | 15 | "lint-ts": "tsc --noemit" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | | - "@eslint/js": "^9.38.0", |
| 18 | + "@eslint/js": "^9.39.1", |
19 | 19 | "@testing-library/dom": "^10.4.1", |
20 | 20 | "@testing-library/react": "^16.3.0", |
21 | 21 | "@testing-library/user-event": "^14.6.1", |
22 | | - "@types/node": "^24.9.1", |
| 22 | + "@types/node": "^24.10.0", |
23 | 23 | "@types/react": "^19.2.2", |
24 | | - "@vitejs/plugin-react": "^5.0.4", |
25 | | - "@vitest/coverage-v8": "^4.0.1", |
| 24 | + "@vitejs/plugin-react": "^5.1.0", |
| 25 | + "@vitest/coverage-v8": "^4.0.6", |
26 | 26 | "babel-plugin-react-compiler": "1.0.0", |
27 | | - "eslint": "^9.38.0", |
| 27 | + "eslint": "^9.39.1", |
28 | 28 | "eslint-config-prettier": "^10.1.8", |
29 | 29 | "eslint-plugin-prettier": "^5.5.4", |
30 | 30 | "eslint-plugin-react": "^7.37.5", |
31 | | - "eslint-plugin-react-hooks": "^7.0.0", |
32 | | - "jsdom": "^27.0.1", |
| 31 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 32 | + "jsdom": "^27.1.0", |
33 | 33 | "prettier": "^3.6.2", |
34 | 34 | "typescript": "^5.9.3", |
35 | | - "typescript-eslint": "^8.46.2", |
36 | | - "vite": "^7.1.11", |
37 | | - "vitest": "^4.0.1" |
| 35 | + "typescript-eslint": "^8.46.3", |
| 36 | + "vite": "^7.1.12", |
| 37 | + "vitest": "^4.0.6" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | 40 | "react": "^19.2.0", |
41 | 41 | "react-dom": "^19.2.0", |
42 | | - "react-router-dom": "^7.9.4", |
| 42 | + "react-router-dom": "^7.9.5", |
43 | 43 | "zustand": "^5.0.8" |
44 | 44 | } |
45 | 45 | } |
0 commit comments