Skip to content

Commit

Permalink
depends bump
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejuice committed Jul 31, 2024
1 parent 9088403 commit 51c5cd7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import("next").NextConfig} */
const nextConfig = {
experimental: {
ppr: true
},
images: {
remotePatterns: [
{protocol: "https", hostname: "avatars.githubusercontent.com"}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"@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",
"axios": "^1.7.2",
"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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 51c5cd7

Please sign in to comment.