feat: 更新依赖项,提升 TypeScript 和 Playwright 测试库版本,支持 Node.js 18+

This commit is contained in:
catlog22
2026-02-05 14:45:57 +08:00
parent 23f752b975
commit e555355a71
5 changed files with 86 additions and 52 deletions

View File

@@ -54,11 +54,11 @@
"sonner": "^2.0.7",
"tailwind-merge": "^2.5.0",
"web-vitals": "^5.1.0",
"zod": "^3.23.8",
"zod": "^4.1.13",
"zustand": "^5.0.0"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
@@ -75,7 +75,7 @@
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.0",
"typescript": "^5.6.0",
"typescript": "^5.9.3",
"vite": "^6.0.0",
"vitest": "^2.0.0"
}