Skip to content

Commit 264678e

Browse files
author
Mauricio Siu
committed
chore: update Next.js and related dependencies to version 16.0.7
- Upgraded Next.js from 15.0.3 to 16.0.7 in apps/docs and apps/website. - Updated @next/third-parties from 15.4.5 to 16.0.7 in both apps. - Adjusted related dependencies to ensure compatibility with the new Next.js version.
1 parent 02b1b77 commit 264678e

File tree

3 files changed

+237
-335
lines changed

3 files changed

+237
-335
lines changed

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"typecheck": "tsc --noEmit"
1313
},
1414
"dependencies": {
15-
"next": "15.0.3",
15+
"next": "16.0.7",
1616
"fumadocs-ui": "14.3.1",
1717
"fumadocs-core": "14.3.1",
1818
"react": "^18.3.1",
@@ -21,7 +21,7 @@
2121
"lucide-react": "^0.456.0",
2222
"fumadocs-openapi": "5.5.9",
2323
"shiki": "1.22.2",
24-
"@next/third-parties": "15.4.5"
24+
"@next/third-parties": "16.0.7"
2525
},
2626
"devDependencies": {
2727
"tsx": "^4.19.2",

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"browserslist": "defaults, not ie <= 11",
1414
"dependencies": {
15-
"@next/third-parties": "15.4.5",
15+
"@next/third-parties": "16.0.7",
1616
"hast-util-to-jsx-runtime": "2.3.5",
1717
"@headlessui/react": "^2.2.0",
1818
"@headlessui/tailwindcss": "^0.2.0",
@@ -35,7 +35,7 @@
3535
"clsx": "^2.1.0",
3636
"framer-motion": "^11.3.19",
3737
"lucide-react": "0.364.0",
38-
"next": "15.4.5",
38+
"next": "16.0.7",
3939
"react": "18.2.0",
4040
"react-dom": "18.2.0",
4141
"react-ga4": "^2.1.0",

0 commit comments

Comments
 (0)