diff --git a/.vscode/settings.json b/.vscode/settings.json index 0bce4f35..9f4e3ecf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,8 +2,8 @@ "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": true + "source.fixAll.eslint": "explicit", + "source.organizeImports": "explicit" }, "typescript.tsdk": "node_modules/typescript/lib", "tailwindCSS.experimental.classRegex": [ diff --git a/bun.lockb b/bun.lockb index 78bcb072..6711dc79 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 79b2cc2b..ffd31545 100644 --- a/package.json +++ b/package.json @@ -22,25 +22,25 @@ "dependencies": { "@clerk/nextjs": "^4.27.7", "@clerk/themes": "^1.7.9", - "@hookform/resolvers": "^3.3.2", + "@hookform/resolvers": "^3.3.4", "@libsql/client": "^0.3.6", - "@mdx-js/loader": "^3.0.0", - "@mdx-js/react": "^3.0.0", - "@next/mdx": "^14.0.4", - "@nextui-org/react": "^2.2.9", + "@mdx-js/loader": "^3.0.1", + "@mdx-js/react": "^3.0.1", + "@next/mdx": "^14.2.3", + "@nextui-org/react": "^2.3.6", "@paralleldrive/cuid2": "^2.2.2", "@radix-ui/react-scroll-area": "^1.0.5", "@t3-oss/env-nextjs": "^0.7.1", "@tanstack/react-query": "4.36.1", - "@tanstack/react-query-next-experimental": "^5.0.0", + "@tanstack/react-query-next-experimental": "^5.36.0", "@tanstack/react-virtual": "beta", - "@trpc/client": "^10.44.1", - "@trpc/next": "^10.44.1", - "@trpc/react-query": "^10.44.1", - "@trpc/server": "^10.44.1", - "@types/mdx": "^2.0.10", - "@types/react": "18.2.43", - "@types/react-dom": "18.2.17", + "@trpc/client": "^10.45.2", + "@trpc/next": "^10.45.2", + "@trpc/react-query": "^10.45.2", + "@trpc/server": "^10.45.2", + "@types/mdx": "^2.0.13", + "@types/react": "18.3.2", + "@types/react-dom": "18.3.0", "@udecode/plate-autoformat": "^27.0.0", "@udecode/plate-basic-marks": "^27.0.0", "@udecode/plate-block-quote": "^27.0.0", @@ -61,29 +61,29 @@ "@udecode/plate-select": "^27.0.0", "@udecode/plate-table": "^27.0.0", "@udecode/plate-trailing-block": "^27.0.0", - "@upstash/ratelimit": "^1.0.0", - "@upstash/redis": "^1.25.1", - "@vercel/analytics": "^1.1.1", - "autoprefixer": "10.4.16", + "@upstash/ratelimit": "^1.1.3", + "@upstash/redis": "^1.30.1", + "@vercel/analytics": "^1.2.2", + "autoprefixer": "10.4.19", "bufferutil": "^4.0.8", "class-variance-authority": "^0.7.0", - "clsx": "^2.0.0", + "clsx": "^2.1.1", "drizzle-orm": "^0.29.1", "drizzle-zod": "^0.5.1", "encoding": "^0.1.13", "eslint": "8.55.0", - "eslint-config-next": "14.0.4", + "eslint-config-next": "14.2.3", "framer-motion": "^10.16.16", "lucide-react": "^0.294.0", - "next": "14.0.4", + "next": "14.2.3", "next-themes": "^0.2.1", "node-fetch": "^3.3.2", - "postcss": "8.4.32", - "react": "18.2.0", + "postcss": "8.4.38", + "react": "18.3.1", "react-animate-height": "^3.2.3", - "react-dom": "18.2.0", - "react-error-boundary": "^4.0.11", - "react-hook-form": "^7.49.0", + "react-dom": "18.3.1", + "react-error-boundary": "^4.0.13", + "react-hook-form": "^7.51.4", "react-wrap-balancer": "^1.1.0", "rehype-slug": "^6.0.0", "remark-gfm": "4.0.0", @@ -91,26 +91,26 @@ "slate-history": "^0.100.0", "slate-hyperscript": "^0.100.0", "slate-react": "^0.101.3", - "sonner": "^1.2.4", + "sonner": "^1.4.41", "superjson": "^2.2.1", - "tailwind-merge": "^2.1.0", - "tailwindcss": "3.3.6", - "typescript": "5.3.3", + "tailwind-merge": "^2.3.0", + "tailwindcss": "3.4.3", + "typescript": "5.4.5", "use-resize-observer": "^9.1.0", "usehooks-ts": "^2.9.1", - "utf-8-validate": "^6.0.3", - "zod": "^3.22.4" + "utf-8-validate": "^6.0.4", + "zod": "^3.23.8" }, "devDependencies": { "@savvywombat/tailwindcss-grid-areas": "^3.1.0", "@tailwindcss/typography": "^0.5.10", - "@types/eslint": "^8.44.8", + "@types/eslint": "^8.56.10", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "drizzle-kit": "^0.20.6", - "node-gyp": "^10.0.1", - "prettier": "^3.1.1", + "node-gyp": "^10.1.0", + "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.9", - "rimraf": "^5.0.5" + "rimraf": "^5.0.7" } }