Skip to content

Commit ef94f5f

Browse files
committed
chore: update Next.js version to 16.0.10 in package.json files
- Updated Next.js version from 16.0.8 to 16.0.10 in apps/docs/package.json and apps/website/package.json. - Adjusted related dependencies in pnpm-lock.yaml to reflect the new version.
1 parent 300ac09 commit ef94f5f

File tree

3 files changed

+76
-76
lines changed

3 files changed

+76
-76
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"fumadocs-openapi": "10.1.1",
2222
"fumadocs-ui": "16.2.3",
2323
"lucide-react": "^0.552.0",
24-
"next": "16.0.8",
24+
"next": "16.0.10",
2525
"react": "^19.2.0",
2626
"react-dom": "^19.2.0",
2727
"shiki": "3.19.0",

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"clsx": "^2.1.0",
3737
"framer-motion": "^11.3.19",
3838
"lucide-react": "0.364.0",
39-
"next": "16.0.8",
39+
"next": "16.0.10",
4040
"react": "18.2.0",
4141
"react-dom": "18.2.0",
4242
"react-ga4": "^2.1.0",

0 commit comments

Comments
 (0)