Skip to content

Commit

Permalink
refactor: upgrade clerk
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Apr 23, 2024
1 parent 5b73dc9 commit 742dd5e
Show file tree
Hide file tree
Showing 5 changed files with 481 additions and 625 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
},
"dependencies": {
"@aws-sdk/client-s3": "3.556.0",
"@clerk/nextjs": "4.29.12",
"@clerk/nextjs": "5.0.1",
"@clerk/themes": "2.0.0",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.0.8",
"@milkdown/core": "7.3.6",
Expand All @@ -63,24 +64,24 @@
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@shikijs/transformers": "1.3.0",
"@tanstack/query-async-storage-persister": "5.29.1",
"@tanstack/react-query": "5.29.2",
"@tanstack/react-query-devtools": "5.29.2",
"@tanstack/react-query-persist-client": "5.29.2",
"@tanstack/query-async-storage-persister": "5.32.0",
"@tanstack/react-query": "5.32.0",
"@tanstack/react-query-devtools": "5.32.0",
"@tanstack/react-query-persist-client": "5.32.0",
"@upstash/redis": "1.30.0",
"@vercel/analytics": "1.2.2",
"@vercel/postgres": "0.8.0",
"bypass-vue-devtools": "0.0.6",
"chroma-js": "2.4.2",
"clsx": "2.1.0",
"clsx": "2.1.1",
"colorjs.io": "^0.5.0",
"crossbell": "1.11.9",
"daisyui": "4.10.2",
"dayjs": "1.11.10",
"emoji-mart": "5.5.2",
"emoji-picker-react": "4.9.2",
"foxact": "0.2.33",
"framer-motion": "11.1.5",
"framer-motion": "11.1.7",
"fuse.js": "7.0.0",
"idb-keyval": "6.2.1",
"immer": "^10.0.4",
Expand All @@ -92,15 +93,15 @@
"kbar": "0.1.0-beta.45",
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/[email protected]",
"marked": "12.0.1",
"marked": "12.0.2",
"medium-zoom": "1.1.0",
"mermaid": "10.9.0",
"nanoid": "^5.0.7",
"next": "14.2.2",
"next-runtime-env": "3.2.1",
"next-themes": "0.3.0",
"ofetch": "1.3.4",
"openai": "4.37.1",
"openai": "4.38.3",
"pngjs": "7.0.0",
"qrcode.react": "3.1.0",
"react": "18.2.0",
Expand All @@ -115,7 +116,7 @@
"rss": "1.2.2",
"server-only": "^0.0.1",
"socket.io-client": "4.7.5",
"tailwind-merge": "2.2.2",
"tailwind-merge": "2.3.0",
"unidata.js": "0.8.0",
"unified": "^11.0.4",
"uniqolor": "1.1.1",
Expand Down Expand Up @@ -154,7 +155,7 @@
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.5.6",
"postcss-preset-env": "9.5.9",
"postcss-prune-var": "1.1.2",
"prettier": "3.2.5",
"rimraf": "5.0.5",
Expand All @@ -165,7 +166,7 @@
"tailwindcss": "^3.4.3",
"tailwindcss-animated": "1.0.1",
"typescript": "5.4.5",
"zx": "8.0.1"
"zx": "8.0.2"
},
"nextBundleAnalysis": {
"budget": 358400,
Expand Down
Loading

0 comments on commit 742dd5e

Please sign in to comment.