|
30 | 30 | "clsx": "^2.1.1", |
31 | 31 | "country-flag-icons": "^1.5.18", |
32 | 32 | "lodash": "^4.17.21", |
33 | | - "lucide-react": "^0.483.0", |
34 | | - "react": "^18.2.0", |
35 | | - "react-dom": "^18.2.0", |
| 33 | + "lucide-react": "^0.486.0", |
| 34 | + "react": "^19.1.0", |
| 35 | + "react-dom": "^19.1.0", |
36 | 36 | "react-fluid-table": "link:..", |
37 | | - "react-router-dom": "^6.23.1", |
| 37 | + "react-router-dom": "^7.4.1", |
38 | 38 | "react-syntax-highlighter": "^15.6.1", |
39 | 39 | "tailwind-merge": "^2.5.5", |
40 | 40 | "tailwindcss-animate": "^1.0.7" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
| 43 | + "@eslint/compat": "^1.2.7", |
| 44 | + "@eslint/eslintrc": "^3.3.1", |
| 45 | + "@eslint/js": "^9.23.0", |
43 | 46 | "@types/lodash": "^4.17.13", |
44 | 47 | "@types/node": "^20.14.2", |
45 | | - "@types/react": "^18.2.15", |
46 | | - "@types/react-dom": "^18.2.7", |
| 48 | + "@types/react": "^19.0.12", |
| 49 | + "@types/react-dom": "^19.0.4", |
47 | 50 | "@types/react-syntax-highlighter": "^15.5.13", |
48 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
49 | | - "@typescript-eslint/parser": "^6.0.0", |
| 51 | + "@typescript-eslint/eslint-plugin": "^8.29.0", |
| 52 | + "@typescript-eslint/parser": "^8.29.0", |
50 | 53 | "@vitejs/plugin-react": "^4.3.4", |
51 | 54 | "autoprefixer": "^10.4.21", |
52 | | - "eslint": "^8.57.0", |
53 | | - "eslint-config-prettier": "^9.1.0", |
| 55 | + "eslint": "9.23.0", |
| 56 | + "eslint-config-prettier": "^10.1.1", |
| 57 | + "eslint-plugin-prettier": "^5.2.5", |
| 58 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 59 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 60 | + "globals": "^16.0.0", |
54 | 61 | "postcss": "^8.5.3", |
55 | 62 | "prettier": "^3.5.3", |
56 | 63 | "prettier-plugin-tailwindcss": "^0.6.9", |
57 | 64 | "tailwindcss": "^3.4.17", |
58 | 65 | "typescript": "^5.8.2", |
59 | | - "vite": "^6.2.2" |
| 66 | + "typescript-eslint": "^8.29.0", |
| 67 | + "vite": "^6.2.4" |
60 | 68 | }, |
61 | 69 | "volta": { |
62 | | - "node": "18.18.0", |
| 70 | + "node": "20.12.1", |
63 | 71 | "yarn": "1.22.22" |
64 | 72 | } |
65 | 73 | } |
0 commit comments