|
10 | 10 | "preview": "vite preview" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "react": "^18.2.0", |
14 | | - "react-dom": "^18.2.0", |
15 | | - "react-router-dom": "^6.8.1" |
| 13 | + "react": "^19.1.0", |
| 14 | + "react-dom": "^19.1.0", |
| 15 | + "react-router-dom": "^7.7.1" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | | - "@types/react": "^18.0.28", |
19 | | - "@types/react-dom": "^18.0.11", |
20 | | - "@typescript-eslint/eslint-plugin": "^5.57.1", |
21 | | - "@typescript-eslint/parser": "^5.57.1", |
22 | | - "@vitejs/plugin-react": "^3.1.0", |
23 | | - "eslint": "^8.38.0", |
24 | | - "eslint-plugin-react": "^7.32.2", |
25 | | - "eslint-plugin-react-hooks": "^4.6.0", |
26 | | - "eslint-plugin-react-refresh": "^0.3.4", |
27 | | - "typescript": "^5.0.2", |
28 | | - "vite": "^4.2.0" |
| 18 | + "@eslint/js": "^9.30.1", |
| 19 | + "@tailwindcss/vite": "^4.1.11", |
| 20 | + "@types/react": "^19.1.8", |
| 21 | + "@types/react-dom": "^19.1.6", |
| 22 | + "@vitejs/plugin-react": "^4.6.0", |
| 23 | + "eslint": "^9.30.1", |
| 24 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 25 | + "eslint-plugin-react-refresh": "^0.4.20", |
| 26 | + "globals": "^16.3.0", |
| 27 | + "tailwindcss": "^4.1.11", |
| 28 | + "typescript": "~5.8.3", |
| 29 | + "typescript-eslint": "^8.35.1", |
| 30 | + "vite": "^7.0.4" |
29 | 31 | } |
30 | 32 | } |
0 commit comments