|
14 | 14 | "prepare": "husky install"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "clsx": "^2.1.0", |
18 |
| - "lucide-react": "^0.309.0", |
19 |
| - "react": "^18.2.0", |
20 |
| - "react-dom": "^18.2.0", |
21 |
| - "react-router-dom": "^6.21.2", |
22 |
| - "tailwind-merge": "^2.2.0" |
| 17 | + "clsx": "^2.1.1", |
| 18 | + "lucide-react": "^0.453.0", |
| 19 | + "react": "^18.3.1", |
| 20 | + "react-dom": "^18.3.1", |
| 21 | + "react-router-dom": "^6.27.0", |
| 22 | + "tailwind-merge": "^2.5.4" |
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@commitlint/cli": "^19.2.1", |
26 |
| - "@commitlint/config-conventional": "^19.1.0", |
27 |
| - "@ianvs/prettier-plugin-sort-imports": "^4.1.1", |
28 |
| - "@types/node": "^20.11.0", |
29 |
| - "@types/react": "^18.2.47", |
30 |
| - "@types/react-dom": "^18.2.18", |
31 |
| - "@typescript-eslint/eslint-plugin": "^8.0.0", |
32 |
| - "@typescript-eslint/parser": "^8.0.0", |
33 |
| - "@vitejs/plugin-react-swc": "^3.5.0", |
34 |
| - "autoprefixer": "^10.4.16", |
35 |
| - "eslint": "^8.56.0", |
| 25 | + "@commitlint/cli": "^19.5.0", |
| 26 | + "@commitlint/config-conventional": "^19.5.0", |
| 27 | + "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
| 28 | + "@types/node": "^20.16.11", |
| 29 | + "@types/react": "^18.3.11", |
| 30 | + "@types/react-dom": "^18.3.1", |
| 31 | + "@typescript-eslint/eslint-plugin": "^8.9.0", |
| 32 | + "@typescript-eslint/parser": "^8.9.0", |
| 33 | + "@vitejs/plugin-react-swc": "^3.7.1", |
| 34 | + "autoprefixer": "^10.4.20", |
| 35 | + "eslint": "^8.57.1", |
36 | 36 | "eslint-config-prettier": "^9.1.0",
|
37 | 37 | "eslint-plugin-react-hooks": "^5.0.0",
|
38 |
| - "eslint-plugin-react-refresh": "^0.4.5", |
39 |
| - "eslint-plugin-tailwindcss": "^3.13.1", |
40 |
| - "husky": "^9.0.6", |
41 |
| - "lint-staged": "^15.2.0", |
42 |
| - "postcss": "^8.4.33", |
43 |
| - "prettier": "^3.2.2", |
44 |
| - "prettier-plugin-tailwindcss": "^0.5.11", |
45 |
| - "tailwindcss": "^3.4.1", |
46 |
| - "typescript": "^5.3.3", |
47 |
| - "vite": "^5.0.11" |
| 38 | + "eslint-plugin-react-refresh": "^0.4.12", |
| 39 | + "eslint-plugin-tailwindcss": "^3.17.5", |
| 40 | + "husky": "^9.1.6", |
| 41 | + "lint-staged": "^15.2.10", |
| 42 | + "postcss": "^8.4.47", |
| 43 | + "prettier": "^3.3.3", |
| 44 | + "prettier-plugin-tailwindcss": "^0.6.8", |
| 45 | + "tailwindcss": "^3.4.13", |
| 46 | + "typescript": "^5.6.3", |
| 47 | + "vite": "^5.4.9" |
48 | 48 | }
|
49 | 49 | }
|
0 commit comments