|
21 | 21 | "lucide-react": "^0.577.0", |
22 | 22 | "react": "^19.2.7", |
23 | 23 | "react-dom": "^19.2.7", |
24 | | - "react-router-dom": "^7.17.0", |
| 24 | + "react-router-dom": "^7.18.1", |
25 | 25 | "tailwind-merge": "3.6.0" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@commitlint/cli": "^21.0.2", |
29 | | - "@commitlint/config-conventional": "^21.0.2", |
| 28 | + "@commitlint/cli": "^21.2.0", |
| 29 | + "@commitlint/config-conventional": "^21.2.0", |
30 | 30 | "@ianvs/prettier-plugin-sort-imports": "^4.7.1", |
31 | | - "@tailwindcss/postcss": "^4.3.0", |
| 31 | + "@tailwindcss/postcss": "^4.3.2", |
32 | 32 | "@total-typescript/ts-reset": "^0.6.1", |
33 | | - "@types/node": "^25.9.2", |
| 33 | + "@types/node": "^25.9.4", |
34 | 34 | "@types/react": "^19.2.17", |
35 | 35 | "@types/react-dom": "^19.2.3", |
36 | | - "@typescript-eslint/eslint-plugin": "^8.60.1", |
37 | | - "@typescript-eslint/parser": "^8.60.1", |
| 36 | + "@typescript-eslint/eslint-plugin": "^8.62.1", |
| 37 | + "@typescript-eslint/parser": "^8.62.1", |
38 | 38 | "@vitejs/plugin-react-swc": "^4.3.1", |
39 | 39 | "eslint": "^9.39.4", |
40 | 40 | "eslint-config-prettier": "^10.1.8", |
41 | 41 | "eslint-plugin-prettier": "^5.5.6", |
42 | 42 | "eslint-plugin-react": "^7.37.5", |
43 | 43 | "eslint-plugin-react-hooks": "^7.1.1", |
44 | | - "eslint-plugin-react-refresh": "^0.5.2", |
45 | | - "globals": "^17.6.0", |
| 44 | + "eslint-plugin-react-refresh": "^0.5.3", |
| 45 | + "globals": "^17.7.0", |
46 | 46 | "husky": "^9.1.7", |
47 | | - "lint-staged": "^17.0.7", |
48 | | - "postcss": "^8.5.15", |
49 | | - "prettier": "^3.8.3", |
| 47 | + "lint-staged": "^17.0.8", |
| 48 | + "postcss": "^8.5.16", |
| 49 | + "prettier": "^3.9.4", |
50 | 50 | "prettier-plugin-tailwindcss": "^0.8.0", |
51 | | - "tailwindcss": "^4.3.0", |
| 51 | + "tailwindcss": "^4.3.2", |
52 | 52 | "typescript": "^5.9.3", |
53 | | - "typescript-eslint": "^8.60.1", |
54 | | - "vite": "^8.0.16" |
| 53 | + "typescript-eslint": "^8.62.1", |
| 54 | + "vite": "^8.1.2" |
55 | 55 | }, |
56 | 56 | "lint-staged": { |
57 | 57 | "*.{ts,tsx,md,mdx}": [ |
|
67 | 67 | ] |
68 | 68 | }, |
69 | 69 | "engines": { |
70 | | - "node": ">=24.16.0" |
| 70 | + "node": ">=24.18.0" |
71 | 71 | } |
72 | 72 | } |
0 commit comments