|
26 | 26 | "seed": "bun src/lib/db/seed.ts" |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | | - "@hookform/resolvers": "^5.0.1", |
30 | | - "@kinde-oss/kinde-auth-nextjs": "^2.4.3", |
31 | | - "@radix-ui/react-aspect-ratio": "^1.1.0", |
32 | | - "@radix-ui/react-avatar": "^1.1.1", |
33 | | - "@radix-ui/react-checkbox": "^1.1.2", |
34 | | - "@radix-ui/react-dialog": "^1.1.2", |
35 | | - "@radix-ui/react-dropdown-menu": "^2.1.2", |
36 | | - "@radix-ui/react-label": "^2.1.0", |
37 | | - "@radix-ui/react-popover": "^1.1.2", |
38 | | - "@radix-ui/react-scroll-area": "^1.2.0", |
39 | | - "@radix-ui/react-separator": "^1.1.0", |
40 | | - "@radix-ui/react-slider": "^1.2.1", |
41 | | - "@radix-ui/react-slot": "^1.1.0", |
42 | | - "@radix-ui/react-toast": "^1.2.2", |
43 | | - "@radix-ui/react-toggle": "^1.1.0", |
44 | | - "@radix-ui/react-toggle-group": "^1.1.0", |
45 | | - "@t3-oss/env-nextjs": "^0.11.1", |
46 | | - "@upstash/ratelimit": "^2.0.4", |
47 | | - "@upstash/redis": "^1.34.3", |
48 | | - "class-variance-authority": "^0.7.0", |
| 29 | + "@hookform/resolvers": "^5.2.2", |
| 30 | + "@kinde-oss/kinde-auth-nextjs": "^2.11.0", |
| 31 | + "@radix-ui/react-aspect-ratio": "^1.1.8", |
| 32 | + "@radix-ui/react-avatar": "^1.1.11", |
| 33 | + "@radix-ui/react-checkbox": "^1.3.3", |
| 34 | + "@radix-ui/react-dialog": "^1.1.15", |
| 35 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
| 36 | + "@radix-ui/react-label": "^2.1.8", |
| 37 | + "@radix-ui/react-popover": "^1.1.15", |
| 38 | + "@radix-ui/react-scroll-area": "^1.2.10", |
| 39 | + "@radix-ui/react-separator": "^1.1.8", |
| 40 | + "@radix-ui/react-slider": "^1.3.6", |
| 41 | + "@radix-ui/react-slot": "^1.2.4", |
| 42 | + "@radix-ui/react-toast": "^1.2.15", |
| 43 | + "@radix-ui/react-toggle": "^1.1.10", |
| 44 | + "@radix-ui/react-toggle-group": "^1.1.11", |
| 45 | + "@t3-oss/env-nextjs": "^0.13.10", |
| 46 | + "@upstash/ratelimit": "^2.0.8", |
| 47 | + "@upstash/redis": "^1.36.3", |
| 48 | + "class-variance-authority": "^0.7.1", |
49 | 49 | "clsx": "^2.1.1", |
50 | | - "cmdk": "^1.0.0", |
| 50 | + "cmdk": "^1.1.1", |
51 | 51 | "date-fns": "4.1.0", |
52 | | - "drizzle-orm": "^0.35.3", |
53 | | - "geist": "^1.3.1", |
| 52 | + "drizzle-orm": "^0.45.1", |
| 53 | + "geist": "^1.7.0", |
54 | 54 | "leaflet": "^1.9.4", |
55 | | - "lucide-react": "^0.453.0", |
| 55 | + "lucide-react": "^0.577.0", |
56 | 56 | "next": "14.2.30", |
57 | | - "next-themes": "^0.3.0", |
58 | | - "postgres": "^3.4.5", |
59 | | - "react": "19.0.0", |
| 57 | + "next-themes": "^0.4.6", |
| 58 | + "postgres": "^3.4.8", |
| 59 | + "react": "19.2.4", |
60 | 60 | "react-day-picker": "^8.10.1", |
61 | | - "react-dom": "19.0.0", |
62 | | - "react-hook-form": "^7.53.1", |
| 61 | + "react-dom": "19.2.4", |
| 62 | + "react-hook-form": "^7.71.2", |
63 | 63 | "react-leaflet": "^5.0.0", |
64 | | - "sonner": "^2.0.1", |
65 | | - "tailwind-merge": "^3.0.1", |
| 64 | + "sonner": "^2.0.7", |
| 65 | + "tailwind-merge": "^3.5.0", |
66 | 66 | "tailwindcss-animate": "^1.0.7", |
67 | | - "zod": "^3.23.8" |
| 67 | + "zod": "^3.25.76" |
68 | 68 | }, |
69 | 69 | "devDependencies": { |
70 | | - "@commitlint/cli": "^19.5.0", |
71 | | - "@commitlint/config-conventional": "^19.5.0", |
72 | | - "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
| 70 | + "@commitlint/cli": "^19.8.1", |
| 71 | + "@commitlint/config-conventional": "^19.8.1", |
| 72 | + "@ianvs/prettier-plugin-sort-imports": "^4.7.1", |
73 | 73 | "@total-typescript/ts-reset": "^0.6.1", |
74 | | - "@types/leaflet": "^1.9.14", |
75 | | - "@types/node": "22.8.1", |
76 | | - "@types/react": "19.0.1", |
77 | | - "@types/react-dom": "19.0.1", |
78 | | - "@typescript-eslint/eslint-plugin": "^8.11.0", |
79 | | - "@typescript-eslint/parser": "^8.11.0", |
80 | | - "autoprefixer": "10.4.20", |
81 | | - "drizzle-kit": "^0.26.2", |
| 74 | + "@types/leaflet": "^1.9.21", |
| 75 | + "@types/node": "22.19.13", |
| 76 | + "@types/react": "19.2.14", |
| 77 | + "@types/react-dom": "19.2.3", |
| 78 | + "@typescript-eslint/eslint-plugin": "^8.56.1", |
| 79 | + "@typescript-eslint/parser": "^8.56.1", |
| 80 | + "autoprefixer": "10.4.27", |
| 81 | + "drizzle-kit": "^0.31.9", |
82 | 82 | "eslint": "8.57.1", |
83 | | - "eslint-config-next": "14.2.16", |
84 | | - "eslint-config-prettier": "^10.0.1", |
85 | | - "eslint-plugin-tailwindcss": "^3.17.5", |
86 | | - "husky": "^9.1.6", |
87 | | - "lint-staged": "^16.0.0", |
88 | | - "pg": "^8.13.1", |
89 | | - "postcss": "8.4.47", |
90 | | - "prettier": "^3.3.3", |
91 | | - "prettier-plugin-tailwindcss": "^0.6.8", |
92 | | - "sharp": "^0.33.5", |
93 | | - "tailwindcss": "3.4.14", |
94 | | - "typescript": "5.6.3" |
| 83 | + "eslint-config-next": "14.2.35", |
| 84 | + "eslint-config-prettier": "^10.1.8", |
| 85 | + "eslint-plugin-tailwindcss": "^3.18.2", |
| 86 | + "husky": "^9.1.7", |
| 87 | + "lint-staged": "^16.3.2", |
| 88 | + "pg": "^8.20.0", |
| 89 | + "postcss": "8.5.8", |
| 90 | + "prettier": "^3.8.1", |
| 91 | + "prettier-plugin-tailwindcss": "^0.7.2", |
| 92 | + "sharp": "^0.34.5", |
| 93 | + "tailwindcss": "3.4.19", |
| 94 | + "typescript": "5.9.3" |
95 | 95 | }, |
96 | 96 | "lint-staged": { |
97 | 97 | "*.{ts,tsx,md,mdx}": [ |
|
107 | 107 | ] |
108 | 108 | }, |
109 | 109 | "engines": { |
110 | | - "node": ">=22.12.0" |
| 110 | + "node": ">=22.22.1" |
111 | 111 | } |
112 | 112 | } |
0 commit comments