diff --git a/bun.lockb b/bun.lockb index c995e112..ae563ea3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next.config.mjs b/next.config.mjs index 9beeddf5..4b1972a5 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,8 +1,5 @@ /** @type {import("next").NextConfig} */ const nextConfig = { - experimental: { - ppr: true - }, images: { remotePatterns: [ {protocol: "https", hostname: "avatars.githubusercontent.com"} diff --git a/package.json b/package.json index 1ff8a254..e7ca02cb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", - "@react-three/drei": "^9.108.3", + "@react-three/drei": "^9.109.2", "@react-three/fiber": "^8.16.8", "@vercel/analytics": "^1.3.1", "@vercel/speed-insights": "^1.0.12", @@ -28,21 +28,21 @@ "canvas-confetti": "^1.9.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "dayjs": "^1.11.11", - "framer-motion": "^11.3.2", - "i18next": "^23.11.5", + "dayjs": "^1.11.12", + "framer-motion": "^11.3.19", + "i18next": "^23.12.2", "i18next-resources-to-backend": "^1.2.1", "jose": "^5.6.3", "lucide-react": "^0.395.0", "next": "^14.2.5", "next-i18n-router": "^5.5.1", - "next-nprogress-bar": "^2.3.12", + "next-nprogress-bar": "^2.3.13", "next-themes": "^0.3.0", "react": "^18.3.1", "react-activity-calendar": "^2.2.11", "react-dom": "^18.3.1", "react-hooks-global-state": "^2.1.0", - "react-i18next": "^14.1.2", + "react-i18next": "^14.1.3", "rss": "^1.2.2", "three": "^0.165.0", "tocbot": "^4.28.2", @@ -51,7 +51,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.13", "@types/canvas-confetti": "^1.6.4", - "@types/node": "^20.14.10", + "@types/node": "^20.14.13", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/remove-markdown": "^0.3.4", @@ -64,10 +64,10 @@ "hast-util-from-html-isomorphic": "^2.0.0", "jsonrepair": "^3.8.0", "next-contentlayer2": "^0.4.6", - "openai": "^4.52.7", + "openai": "^4.53.2", "p-queue": "^8.0.1", - "pinyin-pro": "^3.23.0", - "postcss": "^8.4.39", + "pinyin-pro": "^3.24.0", + "postcss": "^8.4.40", "rehype-autolink-headings": "^7.1.0", "rehype-preset-minify": "^7.0.0", "rehype-prism-plus": "^2.0.0", @@ -77,9 +77,9 @@ "remove-markdown": "^0.5.0", "sharp": "^0.33.4", "tailwind-merge": "^2.4.0", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.7", "tailwindcss-animate": "^1.0.7", - "typescript": "^5.5.3", - "yaml": "^2.4.5" + "typescript": "^5.5.4", + "yaml": "^2.5.0" } }