浏览代码

Bump yargs-parser and webpack in /static/table-editor

Removes [yargs-parser](https://github.com/yargs/yargs-parser). It's no longer used after updating ancestor dependency [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together.


Removes `yargs-parser`

Updates `webpack` from 3.12.0 to 5.88.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v3.12.0...v5.88.1)

---
updated-dependencies:
- dependency-name: yargs-parser
  dependency-type: indirect
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 2 年之前
父节点
当前提交
47c7dd557d
共有 2 个文件被更改,包括 255 次插入553 次删除
  1. 254 552
      static/table-editor/package-lock.json
  2. 1 1
      static/table-editor/package.json

文件差异内容过多而无法显示
+ 254 - 552
static/table-editor/package-lock.json


+ 1 - 1
static/table-editor/package.json

@@ -23,6 +23,6 @@
     "npm-run-all": "^4.1.2",
     "npm-run-all": "^4.1.2",
     "rimraf": "^2.6.2",
     "rimraf": "^2.6.2",
     "uglifyjs-webpack-plugin": "^1.1.0",
     "uglifyjs-webpack-plugin": "^1.1.0",
-    "webpack": "^3.8.1"
+    "webpack": "^5.88.1"
   }
   }
 }
 }

部分文件因为文件数量过多而无法显示