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:
Generated
+1457
-666
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user