nextjs 16
Some checks failed
Check / Lint and Check (push) Failing after 17s

This commit is contained in:
2025-11-15 15:21:50 +01:00
parent 2561df41e1
commit 7cf51c2c8a
2 changed files with 625 additions and 374 deletions

View File

@@ -19,13 +19,13 @@
"cssnano": "^7.1.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.553.0",
"next": "^15.4.1",
"next": "16.0.3",
"next-plausible": "^3.12.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.2.4",
"react": "^19.1.0",
"react": "19.2.0",
"react-day-picker": "^9.8.0",
"react-dom": "^19.1.0",
"react-dom": "19.2.0",
"react-hook-form": "^7.60.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
@@ -34,15 +34,21 @@
"devDependencies": {
"@tailwindcss/postcss": "4.1.17",
"@types/node": "24.10.1",
"@types/react": "19.2.3",
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3",
"eslint": "9.39.1",
"eslint-config-next": "15.5.6",
"eslint-config-next": "16.0.3",
"eslint-config-prettier": "10.1.8",
"postcss": "8.5.6",
"tailwindcss": "4.1.17",
"turbo": "2.6.1",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.21.0"
"packageManager": "pnpm@10.21.0",
"pnpm": {
"overrides": {
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3"
}
}
}