fix: react cve

This commit is contained in:
Junyan Qin
2025-12-10 14:21:41 +08:00
parent b015c248ea
commit d210a49fae
4 changed files with 6270 additions and 10854 deletions

2
web/.gitignore vendored
View File

@@ -40,5 +40,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
pnpm-lock.yaml

10847
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -51,11 +51,11 @@
"input-otp": "^1.4.2",
"lodash": "^4.17.21",
"lucide-react": "^0.507.0",
"next": "15.4.8",
"next": "~15.5.7",
"next-themes": "^0.4.6",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.56.3",
"react-i18next": "^15.5.1",
"react-markdown": "^10.1.0",
@@ -82,8 +82,8 @@
"@types/mdast": "^4.0.4",
"@types/ms": "^2.1.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "~19.2.7",
"@types/react-dom": "~19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/unist": "^3.0.3",
"eslint": "^9",

6265
web/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff