ci: track frontend lockfile and patch web deps
Some checks failed
2026 World Cup Quant Platform - Production Deployment / Code Quality, Security Gate & Testing (push) Failing after 3m29s
2026 World Cup Quant Platform - Production Deployment / Deploy to Production VM via Gitea CD (push) Has been skipped

This commit is contained in:
QuantBot
2026-06-18 11:48:52 +08:00
parent bfbbb30b47
commit 118954e781
3 changed files with 6953 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
node_modules
package-lock.json
!platform/web/package-lock.json
.env
/ops/shared
/ops/*.log

6949
platform/web/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -13,8 +13,8 @@
"@prisma/client": "5.20.0",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"next": "15.5.7",
"next-auth": "5.0.0-beta.25",
"next": "15.5.19",
"next-auth": "5.0.0-beta.31",
"react": "19.0.0",
"react-dom": "19.0.0",
"recharts": "2.15.0",
@@ -25,7 +25,7 @@
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"autoprefixer": "10.4.20",
"eslint": "9.13.0",
"eslint": "9.39.4",
"eslint-config-next": "15.0.3",
"postcss": "8.4.47",
"prisma": "5.20.0",