Bump version to nextjs 16.1.6

This commit is contained in:
2026-02-01 21:57:19 +01:00
parent 752c93e460
commit 7e9c618267
2 changed files with 8822 additions and 74 deletions

8882
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -53,15 +53,15 @@
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"lowlight": "^3.3.0", "lowlight": "^3.3.0",
"lucide-react": "^0.561.0", "lucide-react": "^0.561.0",
"next": "^16.1.4", "next": "16.1.6",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"node-vibrant": "^4.0.3", "node-vibrant": "^4.0.3",
"nodemailer": "^7.0.12", "nodemailer": "^7.0.12",
"pg": "^8.17.2", "pg": "^8.17.2",
"platejs": "^52.0.17", "platejs": "^52.0.17",
"react": "19.2.1", "react": "19.2.4",
"react-day-picker": "^9.13.0", "react-day-picker": "^9.13.0",
"react-dom": "19.2.1", "react-dom": "19.2.4",
"react-hook-form": "^7.71.1", "react-hook-form": "^7.71.1",
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"remark-math": "^6.0.0", "remark-math": "^6.0.0",
@ -80,12 +80,16 @@
"@types/node": "^20.19.30", "@types/node": "^20.19.30",
"@types/nodemailer": "^7.0.5", "@types/nodemailer": "^7.0.5",
"@types/pg": "^8.16.0", "@types/pg": "^8.16.0",
"@types/react": "^19.2.9", "@types/react": "19.2.10",
"@types/react-dom": "^19.2.3", "@types/react-dom": "19.2.3",
"@types/uuid": "^11.0.0", "@types/uuid": "^11.0.0",
"prisma": "^7.3.0", "prisma": "^7.3.0",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"typescript": "^5.9.3" "typescript": "^5.9.3"
},
"overrides": {
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3"
} }
} }