|
32 | 32 | "@radix-ui/react-slot": "^1.1.1",
|
33 | 33 | "class-variance-authority": "^0.7.1",
|
34 | 34 | "clsx": "^2.1.1",
|
35 |
| - "lucide-react": "^0.469.0", |
| 35 | + "lucide-react": "^0.471.0", |
36 | 36 | "react": "^19.0.0",
|
37 | 37 | "react-dom": "^19.0.0",
|
38 |
| - "react-router-dom": "^7.1.0", |
39 |
| - "tailwind-merge": "^2.5.5", |
| 38 | + "react-router-dom": "^7.1.1", |
| 39 | + "tailwind-merge": "^2.6.0", |
40 | 40 | "tailwindcss-animate": "^1.0.7"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
|
46 | 46 | "@ianvs/prettier-plugin-sort-imports": "^4.4.0",
|
47 | 47 | "@playwright/test": "^1.49.1",
|
48 | 48 | "@total-typescript/ts-reset": "^0.6.1",
|
49 |
| - "@types/node": "^22.10.2", |
50 |
| - "@types/react": "^19.0.2", |
51 |
| - "@types/react-dom": "^19.0.2", |
| 49 | + "@types/node": "^22.10.5", |
| 50 | + "@types/react": "^19.0.5", |
| 51 | + "@types/react-dom": "^19.0.3", |
52 | 52 | "@types/react-router-dom": "^5.3.3",
|
53 |
| - "@typescript-eslint/eslint-plugin": "^8.18.1", |
54 |
| - "@typescript-eslint/parser": "^8.18.1", |
| 53 | + "@typescript-eslint/eslint-plugin": "^8.19.1", |
| 54 | + "@typescript-eslint/parser": "^8.19.1", |
55 | 55 | "@vitejs/plugin-react-swc": "^3.7.2",
|
56 | 56 | "autoprefixer": "^10.4.20",
|
57 | 57 | "cssnano": "^7.0.6",
|
|
60 | 60 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
61 | 61 | "eslint-plugin-prettier": "^5.2.1",
|
62 | 62 | "eslint-plugin-promise": "^7.2.1",
|
63 |
| - "eslint-plugin-react": "^7.37.2", |
| 63 | + "eslint-plugin-react": "^7.37.3", |
64 | 64 | "eslint-plugin-react-hooks": "^5.1.0",
|
65 | 65 | "eslint-plugin-sonarjs": "^0.25.1",
|
66 | 66 | "eslint-plugin-unicorn": "^56.0.1",
|
67 | 67 | "husky": "^9.1.7",
|
68 |
| - "lint-staged": "^15.2.11", |
| 68 | + "lint-staged": "^15.3.0", |
69 | 69 | "postcss": "^8.4.49",
|
70 | 70 | "prettier": "^3.4.2",
|
71 | 71 | "prettier-plugin-tailwindcss": "^0.6.9",
|
72 |
| - "sass": "^1.83.0", |
| 72 | + "sass": "^1.83.1", |
73 | 73 | "tailwindcss": "^3.4.17",
|
74 |
| - "typescript": "^5.7.2", |
75 |
| - "vite": "^6.0.5" |
| 74 | + "typescript": "^5.7.3", |
| 75 | + "vite": "^6.0.7" |
76 | 76 | },
|
77 | 77 | "lint-staged": {
|
78 | 78 | "src/**/*.{html,css,scss,ts,tsx}": "npx prettier --write",
|
|
0 commit comments