|
19 | 19 | "dependencies": { |
20 | 20 | "clsx": "^2.1.1", |
21 | 21 | "lucide-react": "^0.577.0", |
22 | | - "react": "^19.2.4", |
23 | | - "react-dom": "^19.2.4", |
| 22 | + "react": "^19.2.5", |
| 23 | + "react-dom": "^19.2.5", |
24 | 24 | "react-router-dom": "^7.14.0", |
25 | 25 | "tailwind-merge": "3.5.0" |
26 | 26 | }, |
|
30 | 30 | "@ianvs/prettier-plugin-sort-imports": "^4.7.1", |
31 | 31 | "@tailwindcss/postcss": "^4.2.2", |
32 | 32 | "@total-typescript/ts-reset": "^0.6.1", |
33 | | - "@types/node": "^25.5.2", |
| 33 | + "@types/node": "^25.6.0", |
34 | 34 | "@types/react": "^19.2.14", |
35 | 35 | "@types/react-dom": "^19.2.3", |
36 | | - "@typescript-eslint/eslint-plugin": "^8.58.0", |
37 | | - "@typescript-eslint/parser": "^8.58.0", |
| 36 | + "@typescript-eslint/eslint-plugin": "^8.58.1", |
| 37 | + "@typescript-eslint/parser": "^8.58.1", |
38 | 38 | "@vitejs/plugin-react-swc": "^4.3.0", |
39 | 39 | "eslint": "^9.39.4", |
40 | 40 | "eslint-config-prettier": "^10.1.8", |
41 | 41 | "eslint-plugin-prettier": "^5.5.5", |
42 | 42 | "eslint-plugin-react": "^7.37.5", |
43 | 43 | "eslint-plugin-react-hooks": "^7.0.1", |
44 | 44 | "eslint-plugin-react-refresh": "^0.5.2", |
45 | | - "globals": "^17.4.0", |
| 45 | + "globals": "^17.5.0", |
46 | 46 | "husky": "^9.1.7", |
47 | 47 | "lint-staged": "^16.4.0", |
48 | | - "postcss": "^8.5.8", |
49 | | - "prettier": "^3.8.1", |
| 48 | + "postcss": "^8.5.9", |
| 49 | + "prettier": "^3.8.2", |
50 | 50 | "prettier-plugin-tailwindcss": "^0.7.2", |
51 | 51 | "tailwindcss": "^4.2.2", |
52 | 52 | "typescript": "^5.9.3", |
53 | | - "typescript-eslint": "^8.58.0", |
54 | | - "vite": "^8.0.3" |
| 53 | + "typescript-eslint": "^8.58.1", |
| 54 | + "vite": "^8.0.8" |
55 | 55 | }, |
56 | 56 | "lint-staged": { |
57 | 57 | "*.{ts,tsx,md,mdx}": [ |
|
0 commit comments