diff --git a/bun.lockb b/bun.lockb index b3e0e5d..bd2ac32 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 999d0d1..7ebb9cc 100644 --- a/package.json +++ b/package.json @@ -26,72 +26,72 @@ "seed": "bun src/lib/db/seed.ts" }, "dependencies": { - "@hookform/resolvers": "^3.9.0", - "@kinde-oss/kinde-auth-nextjs": "^2.4.3", - "@radix-ui/react-aspect-ratio": "^1.1.0", - "@radix-ui/react-avatar": "^1.1.1", - "@radix-ui/react-checkbox": "^1.1.2", - "@radix-ui/react-dialog": "^1.1.2", - "@radix-ui/react-dropdown-menu": "^2.1.2", - "@radix-ui/react-label": "^2.1.0", - "@radix-ui/react-popover": "^1.1.2", - "@radix-ui/react-scroll-area": "^1.2.0", - "@radix-ui/react-separator": "^1.1.0", - "@radix-ui/react-slider": "^1.2.1", - "@radix-ui/react-slot": "^1.1.0", - "@radix-ui/react-toast": "^1.2.2", - "@radix-ui/react-toggle": "^1.1.0", - "@radix-ui/react-toggle-group": "^1.1.0", + "@hookform/resolvers": "^3.10.0", + "@kinde-oss/kinde-auth-nextjs": "^2.4.6", + "@radix-ui/react-aspect-ratio": "^1.1.1", + "@radix-ui/react-avatar": "^1.1.2", + "@radix-ui/react-checkbox": "^1.1.3", + "@radix-ui/react-dialog": "^1.1.5", + "@radix-ui/react-dropdown-menu": "^2.1.5", + "@radix-ui/react-label": "^2.1.1", + "@radix-ui/react-popover": "^1.1.5", + "@radix-ui/react-scroll-area": "^1.2.2", + "@radix-ui/react-separator": "^1.1.1", + "@radix-ui/react-slider": "^1.2.2", + "@radix-ui/react-slot": "^1.1.1", + "@radix-ui/react-toast": "^1.2.5", + "@radix-ui/react-toggle": "^1.1.1", + "@radix-ui/react-toggle-group": "^1.1.1", "@t3-oss/env-nextjs": "^0.11.1", - "@upstash/ratelimit": "^2.0.4", + "@upstash/ratelimit": "^2.0.5", "@upstash/redis": "^1.34.3", - "class-variance-authority": "^0.7.0", + "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "cmdk": "^1.0.0", + "cmdk": "^1.0.4", "date-fns": "4.1.0", - "drizzle-orm": "^0.35.3", + "drizzle-orm": "^0.38.4", "geist": "^1.3.1", "leaflet": "^1.9.4", - "lucide-react": "^0.453.0", - "next": "14.2.21", - "next-themes": "^0.3.0", + "lucide-react": "^0.473.0", + "next": "14.2.23", + "next-themes": "^0.4.4", "postgres": "^3.4.5", "react": "19.0.0", "react-day-picker": "^8.10.1", "react-dom": "19.0.0", - "react-hook-form": "^7.53.1", + "react-hook-form": "^7.54.2", "react-leaflet": "^5.0.0", - "sonner": "^1.5.0", - "tailwind-merge": "^2.5.4", + "sonner": "^1.7.2", + "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", - "zod": "^3.23.8" + "zod": "^3.24.1" }, "devDependencies": { - "@commitlint/cli": "^19.5.0", - "@commitlint/config-conventional": "^19.5.0", - "@ianvs/prettier-plugin-sort-imports": "^4.3.1", + "@commitlint/cli": "^19.6.1", + "@commitlint/config-conventional": "^19.6.0", + "@ianvs/prettier-plugin-sort-imports": "^4.4.1", "@total-typescript/ts-reset": "^0.6.1", - "@types/leaflet": "^1.9.14", - "@types/node": "22.8.1", - "@types/react": "19.0.1", - "@types/react-dom": "19.0.1", - "@typescript-eslint/eslint-plugin": "^8.11.0", - "@typescript-eslint/parser": "^8.11.0", + "@types/leaflet": "^1.9.16", + "@types/node": "22.10.7", + "@types/react": "19.0.7", + "@types/react-dom": "19.0.3", + "@typescript-eslint/eslint-plugin": "^8.21.0", + "@typescript-eslint/parser": "^8.21.0", "autoprefixer": "10.4.20", - "drizzle-kit": "^0.26.2", + "drizzle-kit": "^0.30.2", "eslint": "8.57.1", - "eslint-config-next": "14.2.16", + "eslint-config-next": "14.2.23", "eslint-config-prettier": "^10.0.1", - "eslint-plugin-tailwindcss": "^3.17.5", - "husky": "^9.1.6", - "lint-staged": "^15.2.10", + "eslint-plugin-tailwindcss": "^3.18.0", + "husky": "^9.1.7", + "lint-staged": "^15.4.1", "pg": "^8.13.1", - "postcss": "8.4.47", - "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.8", + "postcss": "8.5.1", + "prettier": "^3.4.2", + "prettier-plugin-tailwindcss": "^0.6.10", "sharp": "^0.33.5", - "tailwindcss": "3.4.14", - "typescript": "5.6.3" + "tailwindcss": "3.4.17", + "typescript": "5.7.3" }, "lint-staged": { "*.{ts,tsx,md,mdx}": [ @@ -107,6 +107,6 @@ ] }, "engines": { - "node": ">=22.12.0" + "node": ">=22.13.1" } }