Update Next.js to latest minor/patch versions (#1592)

This commit is contained in:
Konsti Wohlwend 2026-06-15 13:45:43 -07:00 committed by GitHub
parent e07c509f81
commit 72456d3748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 248 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.7",
"nodemailer": "^6.9.10",
"oidc-provider": "^8.5.1",
"openid-client": "5.6.4",

View File

@ -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",

View File

@ -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)}

View File

@ -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",

View File

@ -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",

View File

@ -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"
},

View File

@ -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",

View File

@ -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"
},

View File

@ -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",

File diff suppressed because it is too large Load Diff