升级依赖版本并修复构建问题

This commit is contained in:
2025-11-20 12:10:16 +08:00
parent fa6a4e5121
commit c02ffc9983
26 changed files with 669 additions and 649 deletions

View File

@@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 --turbo",
"build": "next build",
"dev": "next dev -H 0.0.0.0 --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "next lint --fix",
"lint": "eslint --fix",
"prepare": "husky"
},
"dependencies": {
@@ -37,12 +37,12 @@
"date-fns": "^4.1.0",
"dev": "^0.1.3",
"lucide-react": "^0.479.0",
"next": "15.2.4",
"next": "^16.0.3",
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
"react": "^19.0.0",
"react": "^19.2.0",
"react-day-picker": "8.10.1",
"react-dom": "^19.0.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.54.2",
"recharts": "^2.15.3",
"sonner": "^2.0.1",
@@ -63,14 +63,14 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"eslint-config-next": "^16.0.3",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^9.1.7",
"rehype-highlight": "^7.0.2",
"tailwindcss": "^4"
"tailwindcss": "^4",
"typescript": "^5"
},
"peerDependencies": {
"typescript": "^5"
},
"packageManager": "bun@1.2.19"
}