|
12 | 12 | "test:watch": "vitest" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@tanstack/react-query": "^5.99.0", |
16 | | - "@tanstack/react-virtual": "^3.13.23", |
17 | | - "axios": "^1.15.0", |
| 15 | + "@tanstack/react-query": "^5.99.2", |
| 16 | + "@tanstack/react-virtual": "^3.13.24", |
| 17 | + "axios": "^1.15.1", |
18 | 18 | "clsx": "^2.1.1", |
19 | 19 | "concurrently": "^9.2.1", |
20 | 20 | "date-fns": "^4.1.0", |
21 | 21 | "framer-motion": "^12.38.0", |
22 | | - "lucide-react": "^0.562.0", |
23 | | - "react": "^18.3.1", |
24 | | - "react-dom": "^18.3.1", |
| 22 | + "lucide-react": "^1.8.0", |
| 23 | + "react": "^19.2.5", |
| 24 | + "react-dom": "^19.2.5", |
25 | 25 | "react-router-dom": "^7.14.1", |
26 | 26 | "react-theme-switch-animation": "^1.0.0", |
27 | 27 | "tailwind-merge": "^3.5.0" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
| 30 | + "@tailwindcss/postcss": "^4.2.3", |
30 | 31 | "@testing-library/jest-dom": "^6.9.1", |
31 | 32 | "@testing-library/react": "^16.3.2", |
32 | | - "@types/react": "^18.3.18", |
33 | | - "@types/react-dom": "^18.3.5", |
34 | | - "@typescript-eslint/eslint-plugin": "^8.58.2", |
35 | | - "@typescript-eslint/parser": "^8.58.2", |
36 | | - "@vitejs/plugin-react": "^5.1.2", |
| 33 | + "@types/react": "^19.2.14", |
| 34 | + "@types/react-dom": "^19.2.3", |
| 35 | + "@typescript-eslint/eslint-plugin": "^8.59.0", |
| 36 | + "@typescript-eslint/parser": "^8.59.0", |
| 37 | + "@vitejs/plugin-react": "^6.0.1", |
37 | 38 | "autoprefixer": "^10.5.0", |
38 | | - "eslint": "^9.39.2", |
39 | | - "eslint-plugin-react-hooks": "^7.0.1", |
40 | | - "eslint-plugin-react-refresh": "^0.4.26", |
| 39 | + "eslint": "^10.2.1", |
| 40 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 41 | + "eslint-plugin-react-refresh": "^0.5.2", |
41 | 42 | "jsdom": "^29.0.2", |
42 | | - "postcss": "^8.5.9", |
43 | | - "tailwindcss": "^3.4.19", |
44 | | - "typescript": "^5.9.3", |
45 | | - "vite": "^7.3.1", |
| 43 | + "postcss": "^8.5.10", |
| 44 | + "tailwindcss": "^4.2.2", |
| 45 | + "typescript": "^6.0.3", |
| 46 | + "vite": "^8.0.9", |
46 | 47 | "vitest": "^4.1.4" |
47 | 48 | } |
48 | 49 | } |
0 commit comments