mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-19 21:00:40 +08:00
Update Next.js to latest minor/patch versions (#1592)
This commit is contained in:
parent
e07c509f81
commit
72456d3748
@ -103,7 +103,7 @@
|
||||
"jiti": "^2.6.1",
|
||||
"jose": "^6.1.3",
|
||||
"json-diff": "^1.0.6",
|
||||
"next": "16.1.7",
|
||||
"next": "16.2.7",
|
||||
"nodemailer": "^6.9.10",
|
||||
"oidc-provider": "^8.5.1",
|
||||
"openid-client": "5.6.4",
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
"libsodium-wrappers": "^0.8.2",
|
||||
"lodash": "^4.17.21",
|
||||
"motion": "^12.39.0",
|
||||
"next": "16.1.7",
|
||||
"next": "16.2.7",
|
||||
"next-themes": "^0.2.1",
|
||||
"posthog-js": "^1.336.1",
|
||||
"qrcode": "^1.5.4",
|
||||
|
||||
@ -1631,7 +1631,7 @@ function Draggable(props: {
|
||||
A runtime error occured while rendering this widget.<br />
|
||||
<br />
|
||||
<button className="text-blue-500 hover:underline" onClick={() => {
|
||||
props.reset?.();
|
||||
props.reset();
|
||||
}}>Reload widget</button><br />
|
||||
<br />
|
||||
{errorToNiceString(props.error)}
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
"@hexclave/shared": "workspace:*",
|
||||
"clsx": "^2.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"next": "16.1.5",
|
||||
"next": "16.2.7",
|
||||
"react-markdown": "^10.1.0",
|
||||
"zod": "^3.24.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"@hexclave/shared": "workspace:*",
|
||||
"@vercel/mcp-adapter": "^1.0.0",
|
||||
"next": "16.1.7",
|
||||
"next": "16.2.7",
|
||||
"posthog-node": "^4.1.0",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@hexclave/shared": "workspace:*",
|
||||
"next": "16.1.7",
|
||||
"next": "16.2.7",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3"
|
||||
},
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
"lucide-react": "^0.511.0",
|
||||
"mermaid": "^11.6.0",
|
||||
"minimatch": "^10.0.1",
|
||||
"next": "15.5.10",
|
||||
"next": "15.5.19",
|
||||
"next-themes": "^0.4.6",
|
||||
"posthog-js": "^1.336.1",
|
||||
"posthog-node": "^4.1.0",
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
"@hexclave/next": "workspace:*",
|
||||
"@hexclave/shared": "workspace:*",
|
||||
"convex": "^1.27.0",
|
||||
"next": "15.5.10",
|
||||
"next": "15.5.19",
|
||||
"react": "^19.0.1",
|
||||
"react-dom": "^19.0.1"
|
||||
},
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
"@hexclave/next": "workspace:*",
|
||||
"@hexclave/shared": "workspace:*",
|
||||
"@hexclave/ui": "workspace:*",
|
||||
"next": "15.5.10",
|
||||
"next": "15.5.19",
|
||||
"next-themes": "^0.4.3",
|
||||
"react": "19.0.1",
|
||||
"react-dom": "19.0.1",
|
||||
|
||||
756
pnpm-lock.yaml
756
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user