Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/package.json')
-rw-r--r--build/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/package.json b/build/package.json
index 6e0915f5b8a..92a57a68b62 100644
--- a/build/package.json
+++ b/build/package.json
@@ -28,14 +28,14 @@
"@types/minimatch": "^3.0.3",
"@types/minimist": "^1.2.1",
"@types/mkdirp": "^1.0.1",
- "@types/mocha": "^8.2.0",
+ "@types/mocha": "^9.1.1",
"@types/node": "16.x",
"@types/p-limit": "^2.2.0",
"@types/pump": "^1.0.1",
"@types/request": "^2.47.0",
"@types/rimraf": "^2.0.4",
"@types/through": "^0.0.29",
- "@types/through2": "^2.0.34",
+ "@types/through2": "^2.0.36",
"@types/tmp": "^0.2.1",
"@types/underscore": "^1.8.9",
"@types/webpack": "^4.41.25",
@@ -54,11 +54,13 @@
"fs-extra": "^9.1.0",
"got": "11.8.1",
"gulp-merge-json": "^2.1.1",
+ "gulp-shell": "^0.8.0",
"jsonc-parser": "^2.3.0",
"mime": "^1.4.1",
"mkdirp": "^1.0.4",
"p-limit": "^3.1.0",
"source-map": "0.6.1",
+ "through2": "^4.0.2",
"tmp": "^0.2.1",
"vsce": "^1.100.0",
"vscode-universal-bundler": "^0.0.2"