Skip to content

Commit

Permalink
chore: upgrade react and nextjs
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 26, 2024
1 parent 9e83640 commit 3e842ff
Show file tree
Hide file tree
Showing 3 changed files with 753 additions and 645 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"prod:reload": "pm2 reload ecosystem.config.cjs"
},
"dependencies": {
"@aws-sdk/client-s3": "3.556.0",
"@clerk/nextjs": "5.0.1",
"@clerk/themes": "2.0.0",
"@aws-sdk/client-s3": "3.563.0",
"@clerk/nextjs": "5.0.2",
"@clerk/themes": "2.0.1",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.0.8",
"@milkdown/core": "7.3.6",
Expand All @@ -55,7 +55,7 @@
"@milkdown/react": "7.3.6",
"@milkdown/transformer": "7.3.6",
"@milkdown/utils": "7.3.6",
"@mx-space/api-client": "1.11.0",
"@mx-space/api-client": "1.11.2",
"@prosemirror-adapter/react": "0.2.6",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-label": "2.0.2",
Expand All @@ -78,7 +78,7 @@
"crossbell": "1.11.9",
"daisyui": "4.10.2",
"dayjs": "1.11.10",
"emoji-mart": "5.5.2",
"emoji-mart": "5.6.0",
"emoji-picker-react": "4.9.2",
"foxact": "0.2.33",
"framer-motion": "11.1.7",
Expand All @@ -97,15 +97,15 @@
"medium-zoom": "1.1.0",
"mermaid": "10.9.0",
"nanoid": "^5.0.7",
"next": "14.2.2",
"next": "14.2.3",
"next-runtime-env": "3.2.1",
"next-themes": "0.3.0",
"ofetch": "1.3.4",
"openai": "4.38.3",
"openai": "4.38.5",
"pngjs": "7.0.0",
"qrcode.react": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"react-error-boundary": "4.0.13",
"react-intersection-observer": "9.8.2",
"react-responsive-masonry": "2.2.0",
Expand All @@ -132,7 +132,7 @@
"@innei/eslint-config-react-ts": "0.13.1",
"@innei/prettier": "0.13.1",
"@mx-space/webhook": "0.3.0",
"@next/bundle-analyzer": "14.2.2",
"@next/bundle-analyzer": "14.2.3",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.12",
"@types/chroma-js": "2.4.4",
Expand All @@ -141,8 +141,8 @@
"@types/markdown-escape": "1.1.3",
"@types/node": "20.12.7",
"@types/pngjs": "6.0.4",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@types/react-responsive-masonry": "2.1.3",
"@types/remove-markdown": "0.3.4",
"@types/rss": "0.0.32",
Expand Down
Loading

0 comments on commit 3e842ff

Please sign in to comment.