fix: 移除冲突的 @eslint/js 直接依赖 + 更新 lockfile

远程新增 eslint 相关 devDependencies 但 package-lock.json 未同步,
@eslint/js@10 与 eslint@9 .peer 冲突导致 npm ci 失败(ERESOLVE)。

- 移除未使用的 @eslint/js 直接依赖(仅传递依赖保留)
- 用 npmmirror 镜像重新生成 package-lock.json

前端构建恢复成功。
This commit is contained in:
shangfangjian
2026-09-23 00:09:09 +08:00
parent e6373d3c9a
commit d863982527
2 changed files with 1457 additions and 667 deletions
+1457 -666
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -18,7 +18,6 @@
"react-router-dom": "^6.30.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",