|
17 | 17 | "prepare": "husky" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@t3-oss/env-nextjs": "^0.13.6", |
| 20 | + "@t3-oss/env-nextjs": "^0.13.8", |
21 | 21 | "clsx": "^2.1.1", |
22 | 22 | "geist": "^1.4.2", |
23 | | - "lucide-react": "0.513.0", |
24 | | - "next": "^15.3.3", |
| 23 | + "lucide-react": "0.525.0", |
| 24 | + "next": "^15.3.4", |
25 | 25 | "next-themes": "0.4.6", |
26 | 26 | "react": "^19.1.0", |
27 | 27 | "react-dom": "^19.1.0", |
28 | | - "tailwind-merge": "^3.3.0", |
29 | | - "zod": "^3.25.56" |
| 28 | + "tailwind-merge": "^3.3.1", |
| 29 | + "zod": "^3.25.67" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | 32 | "@commitlint/cli": "^19.8.1", |
33 | 33 | "@commitlint/config-conventional": "^19.8.1", |
34 | 34 | "@ianvs/prettier-plugin-sort-imports": "^4.4.2", |
35 | | - "@tailwindcss/postcss": "^4.1.8", |
| 35 | + "@tailwindcss/postcss": "^4.1.11", |
36 | 36 | "@total-typescript/ts-reset": "^0.6.1", |
37 | 37 | "@types/eslint": "9.6.1", |
38 | | - "@types/node": "22.15.30", |
39 | | - "@types/react": "^19.1.6", |
| 38 | + "@types/node": "22.15.34", |
| 39 | + "@types/react": "^19.1.8", |
40 | 40 | "@types/react-dom": "^19.1.6", |
41 | | - "@typescript-eslint/eslint-plugin": "^8.33.1", |
42 | | - "@typescript-eslint/parser": "^8.33.1", |
| 41 | + "@typescript-eslint/eslint-plugin": "^8.35.0", |
| 42 | + "@typescript-eslint/parser": "^8.35.0", |
43 | 43 | "babel-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411", |
44 | | - "eslint": "9.28.0", |
45 | | - "eslint-config-next": "15.3.3", |
| 44 | + "eslint": "9.30.0", |
| 45 | + "eslint-config-next": "15.3.4", |
46 | 46 | "eslint-config-prettier": "^10.1.5", |
47 | 47 | "eslint-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411", |
48 | 48 | "husky": "^9.1.7", |
49 | 49 | "lint-staged": "^15.5.2", |
50 | | - "postcss": "8.5.4", |
51 | | - "prettier": "^3.5.3", |
52 | | - "prettier-plugin-tailwindcss": "^0.6.12", |
53 | | - "tailwindcss": "^4.1.8", |
| 50 | + "postcss": "8.5.6", |
| 51 | + "prettier": "^3.6.2", |
| 52 | + "prettier-plugin-tailwindcss": "^0.6.13", |
| 53 | + "tailwindcss": "^4.1.11", |
54 | 54 | "typescript": "5.8.3" |
55 | 55 | }, |
56 | 56 | "lint-staged": { |
|
67 | 67 | ] |
68 | 68 | }, |
69 | 69 | "engines": { |
70 | | - "node": ">=22.16.0" |
| 70 | + "node": ">=22.17.0" |
71 | 71 | } |
72 | 72 | } |
0 commit comments