Bump version to nextjs 16.1.6

This commit is contained in:
2026-02-01 22:01:04 +01:00
parent 940e934237
commit ea354e5a9f
3 changed files with 41 additions and 1848 deletions

View File

@ -30,11 +30,11 @@
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"lucide-react": "^0.561.0",
"next": "^16.1.4",
"next": "16.1.6",
"next-themes": "^0.4.6",
"pg": "^8.17.2",
"react": "19.2.1",
"react-dom": "19.2.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "^7.71.1",
"react-markdown": "^10.1.0",
"simple-icons": "^16.6.0",
@ -47,11 +47,15 @@
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20.19.30",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"prisma": "^7.3.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"overrides": {
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3"
}
}