diff --git a/bun.lockb b/bun.lockb index 2c2c527..27dab99 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index f3f9dc3..cdd317b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "seed": "bun src/lib/db/seed.ts" }, "dependencies": { - "@hookform/resolvers": "^3.3.2", + "@hookform/resolvers": "^3.3.3", "@kinde-oss/kinde-auth-nextjs": "^2.0.13", "@radix-ui/react-aspect-ratio": "^1.0.3", "@radix-ui/react-avatar": "^1.0.4", @@ -43,13 +43,13 @@ "@upstash/ratelimit": "^1.0.0", "@upstash/redis": "^1.27.1", "class-variance-authority": "^0.7.0", - "clsx": "^2.0.0", + "clsx": "^2.1.0", "cmdk": "^0.2.0", "date-fns": "^3.0.6", - "drizzle-orm": "^0.29.1", + "drizzle-orm": "^0.29.2", "geist": "^1.2.0", "leaflet": "^1.9.4", - "lucide-react": "^0.301.0", + "lucide-react": "^0.303.0", "next": "14.0.4", "next-themes": "^0.2.1", "postgres": "^3.4.3", @@ -68,23 +68,23 @@ "@ianvs/prettier-plugin-sort-imports": "^4.1.1", "@total-typescript/ts-reset": "^0.5.1", "@types/leaflet": "^1.9.8", - "@types/node": "20.10.5", - "@types/react": "18.2.45", + "@types/node": "20.10.6", + "@types/react": "18.2.46", "@types/react-dom": "18.2.18", - "@typescript-eslint/eslint-plugin": "^6.15.0", - "@typescript-eslint/parser": "^6.15.0", + "@typescript-eslint/eslint-plugin": "^6.16.0", + "@typescript-eslint/parser": "^6.16.0", "autoprefixer": "10.4.16", - "drizzle-kit": "^0.20.7", + "drizzle-kit": "^0.20.9", "eslint": "8.56.0", "eslint-config-next": "14.0.4", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-tailwindcss": "^3.13.0", + "eslint-plugin-tailwindcss": "^3.13.1", "husky": "^8.0.3", "lint-staged": "^15.2.0", "pg": "^8.11.3", "postcss": "8.4.32", "prettier": "^3.1.1", - "prettier-plugin-tailwindcss": "^0.5.9", + "prettier-plugin-tailwindcss": "^0.5.10", "tailwindcss": "3.4.0", "typescript": "5.3.3" },