|
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | 20 | "clsx": "^2.1.1", |
21 | | - "lucide-react": "^0.546.0", |
| 21 | + "lucide-react": "^0.548.0", |
22 | 22 | "react": "^19.2.0", |
23 | 23 | "react-dom": "^19.2.0", |
24 | 24 | "react-router-dom": "^7.9.4", |
|
28 | 28 | "@commitlint/cli": "^20.1.0", |
29 | 29 | "@commitlint/config-conventional": "^20.0.0", |
30 | 30 | "@ianvs/prettier-plugin-sort-imports": "^4.7.0", |
31 | | - "@tailwindcss/postcss": "^4.1.14", |
| 31 | + "@tailwindcss/postcss": "^4.1.16", |
32 | 32 | "@total-typescript/ts-reset": "^0.6.1", |
33 | | - "@types/node": "^24.8.1", |
| 33 | + "@types/node": "^24.9.1", |
34 | 34 | "@types/react": "^19.2.2", |
35 | 35 | "@types/react-dom": "^19.2.2", |
36 | | - "@typescript-eslint/eslint-plugin": "^8.46.1", |
37 | | - "@typescript-eslint/parser": "^8.46.1", |
38 | | - "@vitejs/plugin-react-swc": "^4.1.0", |
| 36 | + "@typescript-eslint/eslint-plugin": "^8.46.2", |
| 37 | + "@typescript-eslint/parser": "^8.46.2", |
| 38 | + "@vitejs/plugin-react-swc": "^4.2.0", |
39 | 39 | "eslint": "^9.38.0", |
40 | 40 | "eslint-config-prettier": "^10.1.8", |
41 | 41 | "eslint-plugin-prettier": "^5.5.4", |
|
44 | 44 | "eslint-plugin-react-refresh": "^0.4.24", |
45 | 45 | "globals": "^16.4.0", |
46 | 46 | "husky": "^9.1.7", |
47 | | - "lint-staged": "^16.2.4", |
| 47 | + "lint-staged": "^16.2.6", |
48 | 48 | "postcss": "^8.5.6", |
49 | 49 | "prettier": "^3.6.2", |
50 | 50 | "prettier-plugin-tailwindcss": "^0.7.1", |
51 | | - "tailwindcss": "^4.1.14", |
| 51 | + "tailwindcss": "^4.1.16", |
52 | 52 | "typescript": "^5.9.3", |
53 | | - "typescript-eslint": "^8.46.1", |
54 | | - "vite": "^7.1.11" |
| 53 | + "typescript-eslint": "^8.46.2", |
| 54 | + "vite": "^7.1.12" |
55 | 55 | }, |
56 | 56 | "lint-staged": { |
57 | 57 | "*.{ts,tsx,md,mdx}": [ |
|
67 | 67 | ] |
68 | 68 | }, |
69 | 69 | "engines": { |
70 | | - "node": ">=22.20.0" |
| 70 | + "node": ">=22.21.0" |
71 | 71 | } |
72 | 72 | } |
0 commit comments