|
28 | 28 | "@fortawesome/free-regular-svg-icons": "^6.7.2",
|
29 | 29 | "@fortawesome/free-solid-svg-icons": "^6.7.2",
|
30 | 30 | "@fortawesome/react-fontawesome": "^0.2.2",
|
31 |
| - "@radix-ui/react-dropdown-menu": "^2.1.5", |
32 |
| - "@radix-ui/react-slot": "^1.1.1", |
| 31 | + "@radix-ui/react-dropdown-menu": "^2.1.6", |
| 32 | + "@radix-ui/react-slot": "^1.1.2", |
33 | 33 | "class-variance-authority": "^0.7.1",
|
34 | 34 | "clsx": "^2.1.1",
|
35 |
| - "lucide-react": "^0.474.0", |
| 35 | + "lucide-react": "^0.479.0", |
36 | 36 | "react": "^19.0.0",
|
37 | 37 | "react-dom": "^19.0.0",
|
38 |
| - "react-router-dom": "^7.1.5", |
39 |
| - "tailwind-merge": "^3.0.1", |
| 38 | + "react-router-dom": "^7.3.0", |
| 39 | + "tailwind-merge": "^3.0.2", |
40 | 40 | "tailwindcss-animate": "^1.0.7"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 | 43 | "@builder.io/partytown": "^0.10.3",
|
44 |
| - "@commitlint/cli": "^19.7.1", |
45 |
| - "@commitlint/config-conventional": "^19.7.1", |
| 44 | + "@commitlint/cli": "^19.8.0", |
| 45 | + "@commitlint/config-conventional": "^19.8.0", |
46 | 46 | "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
47 |
| - "@playwright/test": "^1.50.1", |
| 47 | + "@playwright/test": "^1.51.0", |
48 | 48 | "@total-typescript/ts-reset": "^0.6.1",
|
49 |
| - "@types/node": "^22.13.1", |
50 |
| - "@types/react": "^19.0.8", |
51 |
| - "@types/react-dom": "^19.0.3", |
| 49 | + "@types/node": "^22.13.9", |
| 50 | + "@types/react": "^19.0.10", |
| 51 | + "@types/react-dom": "^19.0.4", |
52 | 52 | "@types/react-router-dom": "^5.3.3",
|
53 |
| - "@typescript-eslint/eslint-plugin": "^8.23.0", |
54 |
| - "@typescript-eslint/parser": "^8.23.0", |
55 |
| - "@vitejs/plugin-react-swc": "^3.7.2", |
| 53 | + "@typescript-eslint/eslint-plugin": "^8.26.0", |
| 54 | + "@typescript-eslint/parser": "^8.26.0", |
| 55 | + "@vitejs/plugin-react-swc": "^3.8.0", |
56 | 56 | "autoprefixer": "^10.4.20",
|
57 | 57 | "cssnano": "^7.0.6",
|
58 | 58 | "eslint": "^8.57.0",
|
59 |
| - "eslint-config-prettier": "^10.0.1", |
| 59 | + "eslint-config-prettier": "^10.1.1", |
60 | 60 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
61 | 61 | "eslint-plugin-prettier": "^5.2.3",
|
62 | 62 | "eslint-plugin-promise": "^7.2.1",
|
63 | 63 | "eslint-plugin-react": "^7.37.4",
|
64 |
| - "eslint-plugin-react-hooks": "^5.1.0", |
| 64 | + "eslint-plugin-react-hooks": "^5.2.0", |
65 | 65 | "eslint-plugin-sonarjs": "^0.25.1",
|
66 | 66 | "eslint-plugin-unicorn": "^56.0.1",
|
67 | 67 | "husky": "^9.1.7",
|
68 | 68 | "lint-staged": "^15.4.3",
|
69 |
| - "postcss": "^8.5.1", |
70 |
| - "prettier": "^3.4.2", |
71 |
| - "prettier-plugin-tailwindcss": "^0.6.9", |
72 |
| - "sass": "^1.83.4", |
| 69 | + "postcss": "^8.5.3", |
| 70 | + "prettier": "^3.5.3", |
| 71 | + "prettier-plugin-tailwindcss": "^0.6.11", |
| 72 | + "sass": "^1.85.1", |
73 | 73 | "tailwindcss": "^3.4.17",
|
74 |
| - "typescript": "^5.7.3", |
75 |
| - "vite": "^6.0.11" |
| 74 | + "typescript": "^5.8.2", |
| 75 | + "vite": "^6.2.1" |
76 | 76 | },
|
77 | 77 | "lint-staged": {
|
78 | 78 | "src/**/*.{html,css,scss,ts,tsx}": "npx prettier --write",
|
|
0 commit comments