|
17 | 17 | "prepare": "husky" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@t3-oss/env-nextjs": "^0.11.1", |
21 | | - "@trpc/client": "^11.0.0-rc.700", |
22 | | - "@trpc/react-query": "^11.0.0-rc.700", |
23 | | - "@trpc/server": "^11.0.0-rc.700", |
| 20 | + "@t3-oss/env-nextjs": "^0.13.8", |
| 21 | + "@trpc/client": "^11.5.0", |
| 22 | + "@trpc/react-query": "^11.5.0", |
| 23 | + "@trpc/server": "^11.5.0", |
24 | 24 | "clsx": "^2.1.1", |
25 | | - "geist": "^1.3.1", |
26 | | - "lucide-react": "0.474.0", |
27 | | - "next": "^15.2.0-canary.33", |
28 | | - "next-themes": "0.4.4", |
29 | | - "react": "^19.0.0", |
30 | | - "react-dom": "^19.0.0", |
| 25 | + "geist": "^1.4.2", |
| 26 | + "lucide-react": "0.542.0", |
| 27 | + "next": "^15.5.2", |
| 28 | + "next-themes": "0.4.6", |
| 29 | + "react": "^19.1.1", |
| 30 | + "react-dom": "^19.1.1", |
31 | 31 | "superjson": "^2.2.2", |
32 | | - "tailwind-merge": "^3.0.1", |
33 | | - "zod": "^3.24.1" |
| 32 | + "tailwind-merge": "^3.3.1", |
| 33 | + "zod": "^3.25.76" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@commitlint/cli": "^19.6.1", |
37 | | - "@commitlint/config-conventional": "^19.6.0", |
38 | | - "@ianvs/prettier-plugin-sort-imports": "^4.4.1", |
39 | | - "@tailwindcss/postcss": "^4.0.3", |
| 36 | + "@commitlint/cli": "^19.8.1", |
| 37 | + "@commitlint/config-conventional": "^19.8.1", |
| 38 | + "@ianvs/prettier-plugin-sort-imports": "^4.7.0", |
| 39 | + "@tailwindcss/postcss": "^4.1.12", |
40 | 40 | "@total-typescript/ts-reset": "^0.6.1", |
41 | 41 | "@types/eslint": "9.6.1", |
42 | | - "@types/node": "22.7.5", |
43 | | - "@types/react": "^19.0.8", |
44 | | - "@types/react-dom": "^19.0.3", |
45 | | - "@typescript-eslint/eslint-plugin": "^8.22.0", |
46 | | - "@typescript-eslint/parser": "^8.22.0", |
47 | | - "babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", |
48 | | - "eslint": "9.13.0", |
49 | | - "eslint-config-next": "15.0.1", |
50 | | - "eslint-config-prettier": "^10.0.1", |
51 | | - "eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", |
| 42 | + "@types/node": "22.18.0", |
| 43 | + "@types/react": "^19.1.12", |
| 44 | + "@types/react-dom": "^19.1.9", |
| 45 | + "@typescript-eslint/eslint-plugin": "^8.41.0", |
| 46 | + "@typescript-eslint/parser": "^8.41.0", |
| 47 | + "babel-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411", |
| 48 | + "eslint": "9.34.0", |
| 49 | + "eslint-config-next": "15.5.2", |
| 50 | + "eslint-config-prettier": "^10.1.8", |
| 51 | + "eslint-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411", |
52 | 52 | "husky": "^9.1.7", |
53 | | - "lint-staged": "^15.4.3", |
54 | | - "postcss": "8.4.47", |
55 | | - "prettier": "^3.4.2", |
56 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
57 | | - "tailwindcss": "^4.0.3", |
58 | | - "typescript": "5.6.3" |
| 53 | + "lint-staged": "^15.5.2", |
| 54 | + "postcss": "8.5.6", |
| 55 | + "prettier": "^3.6.2", |
| 56 | + "prettier-plugin-tailwindcss": "^0.6.14", |
| 57 | + "tailwindcss": "^4.1.12", |
| 58 | + "typescript": "5.9.2" |
59 | 59 | }, |
60 | 60 | "lint-staged": { |
61 | 61 | "*.{ts,tsx,md,mdx}": [ |
|
71 | 71 | ] |
72 | 72 | }, |
73 | 73 | "engines": { |
74 | | - "node": ">=22.13.0" |
| 74 | + "node": ">=22.19.0" |
75 | 75 | } |
76 | 76 | } |
0 commit comments