Update dependencies.

This commit is contained in:
CismonX 2021-07-25 18:07:01 +08:00
parent 829a35679e
commit c0f0fd2ea5
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
2 changed files with 431 additions and 406 deletions

815
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,24 +23,24 @@
},
"icon": "assets/texinfo.png",
"devDependencies": {
"@types/node": "^14.17.1",
"@types/terser-webpack-plugin": "^5.0.3",
"@types/node": "^14.17.6",
"@types/terser-webpack-plugin": "^5.0.4",
"@types/vscode": "~1.40.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"cson": "^7.20.0",
"eslint": "^7.25.0",
"eslint": "^7.31.0",
"json": "^11.0.0",
"json5": "^2.2.0",
"language-texinfo": "^1.0.0",
"minify-xml": "^2.5.0",
"ts-loader": "^9.1.1",
"ts-node": "^10.0.0",
"typescript": "^4.2.4",
"vsce": "^1.87.0",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0"
"ts-loader": "^9.2.4",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"vsce": "^1.96.1",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2"
},
"scripts": {
"vscode:prepublish": "webpack --mode production",