|
22 | 22 | "test:e2e": "playwright test"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@commitlint/cli": "^19.6.1", |
26 |
| - "@commitlint/config-conventional": "^19.6.0", |
27 |
| - "@commitlint/cz-commitlint": "^19.6.1", |
28 |
| - "@eslint/eslintrc": "^3.2.0", |
29 |
| - "@eslint/js": "^9.19.0", |
30 |
| - "@playwright/test": "^1.50.0", |
31 |
| - "@remcolakens/simple-component-generator": "^1.0.5", |
32 |
| - "@semantic-release/changelog": "^6.0.3", |
33 |
| - "@semantic-release/git": "^10.0.1", |
34 |
| - "@svgr/cli": "^8.1.0", |
35 |
| - "@testing-library/jest-dom": "^6.6.3", |
36 |
| - "@testing-library/react": "^16.2.0", |
37 |
| - "@testing-library/user-event": "^14.6.1", |
| 25 | + "@commitlint/cli": "19.6.1", |
| 26 | + "@commitlint/config-conventional": "19.6.0", |
| 27 | + "@commitlint/cz-commitlint": "19.6.1", |
| 28 | + "@eslint/eslintrc": "3.2.0", |
| 29 | + "@eslint/js": "9.19.0", |
| 30 | + "@playwright/test": "1.50.0", |
| 31 | + "@remcolakens/simple-component-generator": "1.0.5", |
| 32 | + "@semantic-release/changelog": "6.0.3", |
| 33 | + "@semantic-release/git": "10.0.1", |
| 34 | + "@svgr/cli": "8.1.0", |
| 35 | + "@testing-library/jest-dom": "6.6.3", |
| 36 | + "@testing-library/react": "16.2.0", |
| 37 | + "@testing-library/user-event": "14.6.1", |
38 | 38 | "@types/jest": "29.5.14",
|
39 |
| - "@types/node": "^22.10.10", |
40 |
| - "@types/react": "^19.0.8", |
41 |
| - "@types/react-dom": "^19.0.3", |
42 |
| - "@vitejs/plugin-react": "^4.3.4", |
43 |
| - "autoprefixer": "^10.4.20", |
44 |
| - "commitizen": "^4.3.1", |
45 |
| - "eslint": "^9.19.0", |
46 |
| - "eslint-config-next": "^15.1.6", |
47 |
| - "eslint-plugin-playwright": "^2.2.0", |
| 39 | + "@types/node": "22.10.10", |
| 40 | + "@types/react": "19.0.8", |
| 41 | + "@types/react-dom": "19.0.3", |
| 42 | + "@vitejs/plugin-react": "4.3.4", |
| 43 | + "autoprefixer": "10.4.20", |
| 44 | + "commitizen": "4.3.1", |
| 45 | + "eslint": "9.19.0", |
| 46 | + "eslint-config-next": "15.1.6", |
| 47 | + "eslint-plugin-playwright": "2.2.0", |
48 | 48 | "eslint-plugin-prettier": "5.2.3",
|
49 |
| - "eslint-plugin-tailwindcss": "^3.18.0", |
50 |
| - "eslint-plugin-testing-library": "^7.1.1", |
51 |
| - "husky": "^9.1.7", |
| 49 | + "eslint-plugin-tailwindcss": "3.18.0", |
| 50 | + "eslint-plugin-testing-library": "7.1.1", |
| 51 | + "husky": "9.1.7", |
52 | 52 | "inquirer": "10.2.2",
|
53 |
| - "jsdom": "^26.0.0", |
54 |
| - "lint-staged": "^15.4.3", |
55 |
| - "postcss": "^8.5.1", |
56 |
| - "prettier": "^3.4.2", |
57 |
| - "prettier-plugin-organize-imports": "^4.1.0", |
58 |
| - "prettier-plugin-tailwindcss": "^0.6.11", |
59 |
| - "rimraf": "^6.0.1", |
60 |
| - "semantic-release": "^24.2.1", |
61 |
| - "shadcn": "^2.1.8", |
62 |
| - "tailwindcss": "^3.4.17", |
63 |
| - "typescript": "^5.7.3", |
64 |
| - "vite-tsconfig-paths": "^5.1.4", |
65 |
| - "vitest": "^3.0.4" |
| 53 | + "jsdom": "26.0.0", |
| 54 | + "lint-staged": "15.4.3", |
| 55 | + "postcss": "8.5.1", |
| 56 | + "prettier": "3.4.2", |
| 57 | + "prettier-plugin-organize-imports": "4.1.0", |
| 58 | + "prettier-plugin-tailwindcss": "0.6.11", |
| 59 | + "rimraf": "6.0.1", |
| 60 | + "semantic-release": "24.2.1", |
| 61 | + "shadcn": "2.1.8", |
| 62 | + "tailwindcss": "3.4.17", |
| 63 | + "typescript": "5.7.3", |
| 64 | + "vite-tsconfig-paths": "5.1.4", |
| 65 | + "vitest": "3.0.4" |
66 | 66 | },
|
67 | 67 | "dependencies": {
|
68 |
| - "class-variance-authority": "^0.7.1", |
69 |
| - "clsx": "^2.1.1", |
70 |
| - "lucide-react": "^0.474.0", |
71 |
| - "next": "^15.1.6", |
72 |
| - "react": "^19.0.0", |
73 |
| - "react-dom": "^19.0.0", |
74 |
| - "react-use": "^17.6.0", |
75 |
| - "tailwind-merge": "^2.6.0", |
76 |
| - "tailwindcss-animate": "^1.0.7" |
| 68 | + "class-variance-authority": "0.7.1", |
| 69 | + "clsx": "2.1.1", |
| 70 | + "lucide-react": "0.474.0", |
| 71 | + "next": "15.1.6", |
| 72 | + "react": "19.0.0", |
| 73 | + "react-dom": "19.0.0", |
| 74 | + "react-use": "17.6.0", |
| 75 | + "tailwind-merge": "2.6.0", |
| 76 | + "tailwindcss-animate": "1.0.7" |
77 | 77 | },
|
78 | 78 | "engines": {
|
79 | 79 | "node": "22.x"
|
|
0 commit comments