diff --git a/bun.lockb b/bun.lockb index 14222fd..5888315 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 41416da..f1b9938 100644 --- a/package.json +++ b/package.json @@ -39,24 +39,24 @@ "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-toggle": "^1.0.3", "@radix-ui/react-toggle-group": "^1.0.4", - "@t3-oss/env-nextjs": "^0.7.1", + "@t3-oss/env-nextjs": "^0.7.3", "@upstash/ratelimit": "^1.0.0", "@upstash/redis": "^1.28.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "cmdk": "^0.2.0", - "date-fns": "^3.1.0", + "date-fns": "^3.2.0", "drizzle-orm": "^0.29.3", - "geist": "^1.2.0", + "geist": "^1.2.1", "leaflet": "^1.9.4", - "lucide-react": "^0.307.0", + "lucide-react": "^0.309.0", "next": "14.0.4", "next-themes": "^0.2.1", "postgres": "^3.4.3", "react": "18.2.0", "react-day-picker": "^8.10.0", "react-dom": "18.2.0", - "react-hook-form": "^7.49.2", + "react-hook-form": "^7.49.3", "react-leaflet": "^4.2.1", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", @@ -68,13 +68,13 @@ "@ianvs/prettier-plugin-sort-imports": "^4.1.1", "@total-typescript/ts-reset": "^0.5.1", "@types/leaflet": "^1.9.8", - "@types/node": "20.10.7", + "@types/node": "20.11.0", "@types/react": "18.2.47", "@types/react-dom": "18.2.18", - "@typescript-eslint/eslint-plugin": "^6.18.0", - "@typescript-eslint/parser": "^6.18.0", + "@typescript-eslint/eslint-plugin": "^6.18.1", + "@typescript-eslint/parser": "^6.18.1", "autoprefixer": "10.4.16", - "drizzle-kit": "^0.20.10", + "drizzle-kit": "^0.20.12", "eslint": "8.56.0", "eslint-config-next": "14.0.4", "eslint-config-prettier": "^9.1.0", @@ -83,7 +83,7 @@ "lint-staged": "^15.2.0", "pg": "^8.11.3", "postcss": "8.4.33", - "prettier": "^3.1.1", + "prettier": "^3.2.2", "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "3.4.1", "typescript": "5.3.3" @@ -102,6 +102,6 @@ ] }, "engines": { - "node": ">=20.10.0" + "node": ">=20.11.0" } }