Upgrade Next.js

This commit is contained in:
Konstantin Wohlwend 2026-01-27 09:30:40 -08:00
parent 9e2cd4d50e
commit 7915b7ee94
16 changed files with 265 additions and 625 deletions

View File

@ -86,7 +86,7 @@
"freestyle-sandboxes": "^0.1.6",
"jose": "^6.1.3",
"json-diff": "^1.0.6",
"next": "16.1.1",
"next": "16.1.5",
"nodemailer": "^6.9.10",
"oidc-provider": "^8.5.1",
"openid-client": "5.6.4",

View File

@ -79,7 +79,7 @@
"input-otp": "^1.4.1",
"jose": "^6.1.3",
"lodash": "^4.17.21",
"next": "16.1.1",
"next": "16.1.5",
"next-themes": "^0.2.1",
"posthog-js": "^1.235.0",
"react": "19.2.3",

View File

@ -44,7 +44,7 @@
"lucide-react": "^0.511.0",
"mermaid": "^11.6.0",
"minimatch": "^10.0.1",
"next": "15.4.9",
"next": "15.5.10",
"next-themes": "^0.4.6",
"posthog-js": "^1.235.0",
"posthog-node": "^4.1.0",

View File

@ -13,7 +13,7 @@
},
"dependencies": {
"@stackframe/stack": "workspace:*",
"next": "^14.2.34",
"next": "^14.2.35",
"react": "^18",
"react-dom": "^18"
},

View File

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

View File

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

View File

@ -18,7 +18,7 @@
"@stackframe/stack": "workspace:*",
"@stackframe/stack-shared": "workspace:*",
"@stackframe/stack-ui": "workspace:*",
"next": "^14.2.34",
"next": "^14.2.35",
"next-themes": "^0.2.1",
"react": "^18.2",
"react-dom": "^18",

View File

@ -13,7 +13,7 @@
},
"dependencies": {
"@stackframe/stack": "workspace:*",
"next": "14.2.34",
"next": "14.2.35",
"react": "^18",
"react-dom": "^18"
},

View File

@ -13,7 +13,7 @@
},
"dependencies": {
"@stackframe/stack": "workspace:*",
"next": "^14.2.34",
"next": "^14.2.35",
"react": "^18",
"react-dom": "^18"
},

View File

@ -14,7 +14,7 @@
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"jose": "^5.2.2",
"next": "^14.2.34",
"next": "^14.2.35",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},

View File

@ -49,7 +49,7 @@
"rimraf": "^5.0.5",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"next": "^14.2.34"
"next": "^14.2.35"
},
"packageManager": "pnpm@10.23.0"
}

View File

@ -109,7 +109,7 @@
"esbuild": "^0.20.2",
"i18next": "^23.14.0",
"i18next-parser": "^9.0.2",
"next": "^14.2.34",
"next": "^14.2.35",
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"react": "^19.0.0",

View File

@ -155,7 +155,7 @@
"i18next": "^23.14.0",
"i18next-parser": "^9.0.2",
"//": "NEXT_LINE_PLATFORM next",
"next": "^14.2.34",
"next": "^14.2.35",
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"react": "^19.0.0",

View File

@ -114,7 +114,7 @@
"esbuild": "^0.20.2",
"i18next": "^23.14.0",
"i18next-parser": "^9.0.2",
"next": "^14.2.34",
"next": "^14.2.35",
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"react": "^19.0.0",

File diff suppressed because it is too large Load Diff

View File

@ -5,3 +5,7 @@ packages:
- docs
minimumReleaseAge: 2880
minimumReleaseAgeExclude:
- next
- '@next/env'
- '@next/swc'