diff --git a/bun.lockb b/bun.lockb index eed27164..e3fd1b8a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next.config.js b/next.config.js index 798e5089..fad8db12 100644 --- a/next.config.js +++ b/next.config.js @@ -1,10 +1,10 @@ import { fileURLToPath } from 'node:url'; -import createJiti from 'jiti'; +import { createJiti } from 'jiti'; const jiti = createJiti(fileURLToPath(import.meta.url)); -jiti('./src/env'); +await jiti.import('./src/env'); /** @type {import('next').NextConfig} */ const nextConfig = { diff --git a/package.json b/package.json index dcc790b2..19a417e9 100644 --- a/package.json +++ b/package.json @@ -54,40 +54,40 @@ } }, "dependencies": { - "@clerk/nextjs": "^5.5.3", - "@clerk/themes": "^2.1.30", + "@clerk/nextjs": "^5.7.1", + "@clerk/themes": "^2.1.35", "@hookform/resolvers": "^3.9.0", "@neondatabase/serverless": "^0.9.5", "@paralleldrive/cuid2": "^2.2.2", "@radix-ui/colors": "^3.0.0", - "@radix-ui/react-checkbox": "^1.1.1", - "@radix-ui/react-dropdown-menu": "^2.1.1", + "@radix-ui/react-checkbox": "^1.1.2", + "@radix-ui/react-dropdown-menu": "^2.1.2", "@radix-ui/react-label": "^2.1.0", - "@radix-ui/react-navigation-menu": "^1.2.0", - "@radix-ui/react-popover": "^1.1.1", - "@radix-ui/react-scroll-area": "^1.1.0", - "@radix-ui/react-select": "^2.1.1", + "@radix-ui/react-navigation-menu": "^1.2.1", + "@radix-ui/react-popover": "^1.1.2", + "@radix-ui/react-scroll-area": "^1.2.0", + "@radix-ui/react-select": "^2.1.2", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", - "@radix-ui/react-tabs": "^1.1.0", + "@radix-ui/react-tabs": "^1.1.1", "@react-email/components": "^0.0.25", "@t3-oss/env-nextjs": "^0.11.1", - "@tanstack/react-query": "^5.56.2", + "@tanstack/react-query": "^5.59.0", "@trpc/client": "next", "@trpc/react-query": "next", "@trpc/server": "next", - "@upstash/redis": "^1.34.0", + "@upstash/redis": "^1.34.2", "@vercel/analytics": "^1.3.1", "@vercel/speed-insights": "^1.0.12", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "drizzle-orm": "^0.33.0", "drizzle-zod": "^0.5.1", - "framer-motion": "^11.5.4", + "framer-motion": "^11.11.1", "geist": "^1.3.1", - "jiti": "^1.21.6", - "lucide-react": "^0.441.0", - "next": "14.2.11", + "jiti": "^2.2.1", + "lucide-react": "^0.447.0", + "next": "14.2.14", "next-mdx-remote": "^5.0.0", "next-themes": "^0.3.0", "react": "^18.3.1", @@ -99,59 +99,59 @@ "server-only": "^0.0.1", "sonner": "^1.5.0", "superjson": "^2.2.1", - "tailwind-merge": "^2.5.2", + "tailwind-merge": "^2.5.3", "timeago.js": "^4.0.2", "use-resize-observer": "^9.1.0", "usehooks-ts": "^3.1.0", "zod": "^3.23.8" }, "devDependencies": { - "@changesets/cli": "^2.27.8", + "@changesets/cli": "^2.27.9", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@commitlint/cz-commitlint": "^19.5.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", - "@eslint/compat": "^1.1.1", + "@eslint/compat": "^1.2.0", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.10.0", + "@eslint/js": "^9.12.0", "@happy-dom/global-registrator": "^15.7.4", "@ianvs/prettier-plugin-sort-imports": "^4.3.1", - "@next/eslint-plugin-next": "^14.2.11", + "@next/eslint-plugin-next": "^14.2.14", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.15", "@total-typescript/ts-reset": "^0.6.1", - "@types/bun": "^1.1.9", + "@types/bun": "^1.1.10", "@types/eslint": "^9.6.1", "@types/eslint-config-prettier": "^6.11.3", - "@types/node": "^22.5.5", - "@types/react": "^18.3.6", + "@types/node": "^22.7.4", + "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", - "commitizen": "^4.3.0", - "cspell": "^8.14.2", + "commitizen": "^4.3.1", + "cspell": "^8.14.4", "drizzle-kit": "^0.24.2", - "eslint": "^9.10.0", + "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jsdoc": "^50.2.3", + "eslint-plugin-jsdoc": "^50.3.1", "eslint-plugin-jsx-a11y": "^6.10.0", - "eslint-plugin-react": "^7.36.1", + "eslint-plugin-react": "^7.37.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-regexp": "^2.6.0", "eslint-plugin-security": "^3.0.1", "eslint-plugin-tailwindcss": "^3.17.4", - "globals": "^15.9.0", + "globals": "^15.10.0", "husky": "^9.1.6", "lint-staged": "^15.2.10", "markdownlint": "^0.35.0", - "markdownlint-cli": "^0.41.0", + "markdownlint-cli": "^0.42.0", "postcss": "^8.4.47", "prettier": "^3.3.3", "prettier-plugin-curly": "^0.2.2", "prettier-plugin-packagejson": "^2.5.2", - "tailwindcss": "^3.4.11", + "tailwindcss": "^3.4.13", "tailwindcss-animate": "^1.0.7", "typescript": "^5.6.2", - "typescript-eslint": "^8.6.0" + "typescript-eslint": "^8.8.0" }, "trustedDependencies": [ "@clerk/shared",