Upgrade Next.js

This commit is contained in:
Konsti Wohlwend 2026-05-19 19:01:00 -07:00 committed by GitHub
parent 07af46944b
commit 6e769c3be3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 291 additions and 526 deletions

View File

@ -103,7 +103,7 @@
"jiti": "^2.6.1",
"jose": "^6.1.3",
"json-diff": "^1.0.6",
"next": "16.1.7",
"next": "16.2.6",
"nodemailer": "^6.9.10",
"oidc-provider": "^8.5.1",
"openid-client": "5.6.4",

View File

@ -86,7 +86,7 @@
"jose": "^6.1.3",
"libsodium-wrappers": "^0.8.2",
"lodash": "^4.17.21",
"next": "16.1.7",
"next": "16.2.6",
"next-themes": "^0.2.1",
"posthog-js": "^1.336.1",
"react": "19.2.3",

View File

@ -21,7 +21,7 @@
"@stackframe/stack-shared": "workspace:*",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"next": "16.1.5",
"next": "16.2.6",
"react-markdown": "^10.1.0",
"zod": "^3.24.0",
"remark-gfm": "^4.0.1",

View File

@ -15,7 +15,7 @@
"dependencies": {
"@stackframe/stack-shared": "workspace:*",
"@vercel/mcp-adapter": "^1.0.0",
"next": "16.1.7",
"next": "16.2.6",
"posthog-node": "^4.1.0",
"react": "19.2.3",
"react-dom": "19.2.3",

View File

@ -13,7 +13,7 @@
"lint": "eslint ."
},
"dependencies": {
"next": "16.1.7",
"next": "16.2.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},

View File

@ -41,7 +41,7 @@
"lucide-react": "^0.511.0",
"mermaid": "^11.6.0",
"minimatch": "^10.0.1",
"next": "15.5.10",
"next": "15.5.18",
"next-themes": "^0.4.6",
"posthog-js": "^1.336.1",
"posthog-node": "^4.1.0",

View File

@ -21,7 +21,7 @@
"@stackframe/stack": "workspace:*",
"@stackframe/stack-shared": "workspace:*",
"convex": "^1.27.0",
"next": "15.5.10",
"next": "15.5.18",
"react": "^19.0.1",
"react-dom": "^19.0.1"
},

View File

@ -21,7 +21,7 @@
"@stackframe/stack": "workspace:*",
"@stackframe/stack-shared": "workspace:*",
"@stackframe/stack-ui": "workspace:*",
"next": "15.5.10",
"next": "15.5.18",
"next-themes": "^0.4.3",
"react": "19.0.1",
"react-dom": "19.0.1",

File diff suppressed because it is too large Load Diff