mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
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.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "15.0.3",
|
||||
"next": "16.0.7",
|
||||
"fumadocs-ui": "14.3.1",
|
||||
"fumadocs-core": "14.3.1",
|
||||
"react": "^18.3.1",
|
||||
@@ -21,7 +21,7 @@
|
||||
"lucide-react": "^0.456.0",
|
||||
"fumadocs-openapi": "5.5.9",
|
||||
"shiki": "1.22.2",
|
||||
"@next/third-parties": "15.4.5"
|
||||
"@next/third-parties": "16.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsx": "^4.19.2",
|
||||
|
||||
Reference in New Issue
Block a user