Skip to content

Commit 03cf1c5

Browse files
committed
feat: update to next 14
Signed-off-by: Innei <[email protected]>
1 parent 90e8fd0 commit 03cf1c5

File tree

4 files changed

+295
-273
lines changed

4 files changed

+295
-273
lines changed

next.config.mjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ let nextConfig = {
2222

2323
// @see https://vercel.com/blog/version-skew-protection
2424
useDeploymentId: true,
25-
// If use with serverActions is desired
26-
serverActions: true,
25+
2726
useDeploymentIdServerActions: true,
2827
},
2928

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
"prod:reload": "pm2 reload ecosystem.config.js"
3737
},
3838
"dependencies": {
39-
"@clerk/nextjs": "4.25.7",
39+
"@clerk/nextjs": "4.26.1",
4040
"@floating-ui/react-dom": "2.0.2",
4141
"@mx-space/api-client": "1.6.2",
4242
"@radix-ui/react-dialog": "1.0.5",
4343
"@radix-ui/react-select": "2.0.0",
4444
"@tanstack/query-async-storage-persister": "5.0.5",
4545
"@tanstack/react-query": "5.0.5",
46-
"@tanstack/react-query-devtools": "5.1.0",
46+
"@tanstack/react-query-devtools": "5.4.2",
4747
"@tanstack/react-query-persist-client": "5.0.5",
4848
"@vercel/analytics": "1.1.1",
4949
"@vercel/postgres": "0.5.0",
50-
"axios": "1.5.1",
50+
"axios": "1.6.0",
5151
"clsx": "2.0.0",
5252
"daisyui": "3.9.3",
5353
"dayjs": "1.11.10",
@@ -62,10 +62,10 @@
6262
"js-cookie": "3.0.5",
6363
"markdown-to-jsx": "npm:@innei/[email protected]",
6464
"medium-zoom": "1.0.8",
65-
"mermaid": "10.5.1",
66-
"next": "13.5.6",
65+
"mermaid": "10.6.0",
66+
"next": "14.0.0",
6767
"next-themes": "0.2.1",
68-
"openai": "4.13.0",
68+
"openai": "4.14.0",
6969
"qrcode.react": "3.1.0",
7070
"react": "18.2.0",
7171
"react-dom": "18.2.0",
@@ -86,12 +86,12 @@
8686
"@iconify/tailwind": "0.1.3",
8787
"@innei/eslint-config-react-ts": "0.11.1",
8888
"@innei/prettier": "0.11.1",
89-
"@next/bundle-analyzer": "13.5.6",
89+
"@next/bundle-analyzer": "14.0.0",
9090
"@tailwindcss/typography": "0.5.10",
9191
"@types/js-cookie": "3.0.5",
9292
"@types/markdown-escape": "1.1.2",
93-
"@types/node": "20.8.8",
94-
"@types/react": "18.2.31",
93+
"@types/node": "20.8.9",
94+
"@types/react": "18.2.33",
9595
"@types/react-dom": "18.2.14",
9696
"@types/remove-markdown": "0.3.3",
9797
"autoprefixer": "10.4.16",
@@ -109,7 +109,7 @@
109109
"rimraf": "5.0.5",
110110
"simple-git-hooks": "2.9.0",
111111
"tailwind-scrollbar": "3.0.5",
112-
"tailwind-variants": "0.1.16",
112+
"tailwind-variants": "0.1.17",
113113
"tailwindcss": "^3.3.5",
114114
"typescript": "5.2.2",
115115
"typewind": "^0.1.4",

0 commit comments

Comments
 (0)