|
22 | 22 | "test:e2e": "playwright test" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@commitlint/cli": "21.1.0", |
26 | | - "@commitlint/config-conventional": "21.1.0", |
27 | | - "@commitlint/cz-commitlint": "21.1.0", |
| 25 | + "@commitlint/cli": "21.2.0", |
| 26 | + "@commitlint/config-conventional": "21.2.0", |
| 27 | + "@commitlint/cz-commitlint": "21.2.0", |
28 | 28 | "@eslint/compat": "2.1.0", |
29 | 29 | "@eslint/js": "10.0.1", |
30 | 30 | "@playwright/test": "1.61.1", |
31 | 31 | "@remcolakens/simple-component-generator": "1.0.5", |
32 | 32 | "@semantic-release/changelog": "6.0.3", |
33 | 33 | "@semantic-release/git": "10.0.1", |
34 | 34 | "@svgr/cli": "8.1.0", |
35 | | - "@tailwindcss/postcss": "4.3.1", |
| 35 | + "@tailwindcss/postcss": "4.3.2", |
36 | 36 | "@testing-library/jest-dom": "6.9.1", |
37 | 37 | "@testing-library/react": "16.3.2", |
38 | 38 | "@testing-library/user-event": "14.6.1", |
|
43 | 43 | "@vitest/coverage-v8": "4.1.9", |
44 | 44 | "@vitest/ui": "4.1.9", |
45 | 45 | "commitizen": "4.3.2", |
46 | | - "eslint": "10.5.0", |
47 | | - "eslint-config-next": "16.2.9", |
| 46 | + "eslint": "10.6.0", |
| 47 | + "eslint-config-next": "16.2.10", |
48 | 48 | "eslint-config-prettier": "^10.1.8", |
49 | 49 | "eslint-plugin-playwright": "2.10.4", |
50 | 50 | "eslint-plugin-prettier": "5.5.6", |
|
53 | 53 | "inquirer": "10.2.2", |
54 | 54 | "jsdom": "29.1.1", |
55 | 55 | "lint-staged": "17.0.8", |
56 | | - "postcss": "8.5.15", |
57 | | - "prettier": "3.8.4", |
| 56 | + "postcss": "8.5.16", |
| 57 | + "prettier": "3.9.4", |
58 | 58 | "prettier-plugin-organize-imports": "4.3.0", |
59 | 59 | "prettier-plugin-tailwindcss": "0.8.0", |
60 | 60 | "rimraf": "6.1.3", |
61 | 61 | "semantic-release": "25.0.5", |
62 | | - "tailwindcss": "4.3.1", |
| 62 | + "tailwindcss": "4.3.2", |
63 | 63 | "typescript": "6.0.3", |
64 | 64 | "vite-tsconfig-paths": "6.1.1", |
65 | 65 | "vitest": "4.1.9" |
66 | 66 | }, |
67 | 67 | "dependencies": { |
68 | 68 | "class-variance-authority": "0.7.1", |
69 | 69 | "clsx": "2.1.1", |
70 | | - "lucide-react": "1.21.0", |
71 | | - "next": "16.2.9", |
| 70 | + "lucide-react": "1.23.0", |
| 71 | + "next": "16.2.10", |
72 | 72 | "react": "19.2.7", |
73 | 73 | "react-dom": "19.2.7", |
74 | 74 | "react-use": "17.6.1", |
|
0 commit comments