Merge VS Code 1.23.1 (#1520)

This commit is contained in:
Matt Irvine
2018-06-05 11:24:51 -07:00
committed by GitHub
parent e3baf5c443
commit 0c58f09e59
3651 changed files with 74249 additions and 48599 deletions

View File

@@ -19,7 +19,8 @@
"7z": "7z",
"update-grammars": "node build/npm/update-all-grammars.js",
"update-localization-extension": "node build/npm/update-localization-extension.js",
"smoketest": "cd test/smoke && mocha"
"smoketest": "cd test/smoke && mocha",
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit"
},
"dependencies": {
"@angular/animations": "~4.1.3",
@@ -61,14 +62,15 @@
"semver": "4.3.6",
"slickgrid": "github:anthonydresser/SlickGrid#2.3.17",
"spdlog": "0.6.0",
"svg.js": "^2.2.5",
"sudo-prompt": "^8.0.0",
"svg.js": "^2.2.5",
"v8-inspect-profiler": "^0.0.7",
"vscode-chokidar": "1.6.2",
"vscode-debugprotocol": "1.27.0",
"vscode-ripgrep": "0.7.1-patch.0.1",
"vscode-textmate": "^3.2.0",
"vscode-xterm": "3.2.0-beta7",
"vscode-debugprotocol": "1.28.0",
"vscode-nsfw": "1.0.17",
"vscode-ripgrep": "^0.8.1",
"vscode-textmate": "^3.3.3",
"vscode-xterm": "3.4.0-beta3",
"winreg": "1.2.0",
"yauzl": "2.8.0",
"zone.js": "^0.8.4"
@@ -93,10 +95,9 @@
"eslint": "^3.4.0",
"event-stream": "^3.1.7",
"express": "^4.13.1",
"flatpak-bundler": "^0.1.1",
"glob": "^5.0.13",
"gulp": "^3.9.1",
"gulp-atom-electron": "1.15.1",
"gulp-atom-electron": "^1.16.1",
"gulp-azure-storage": "^0.7.0",
"gulp-bom": "^1.0.0",
"gulp-buffer": "0.0.2",
@@ -109,6 +110,7 @@
"gulp-image-resize": "^0.10.0",
"gulp-json-editor": "^2.2.1",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.2.0",
"gulp-remote-src": "^0.4.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
@@ -141,8 +143,8 @@
"source-map": "^0.4.4",
"tslint": "^5.9.1",
"typemoq": "^0.3.2",
"typescript": "2.6.1",
"typescript-formatter": "4.0.1",
"typescript": "2.8.1",
"typescript-formatter": "7.1.0",
"uglify-es": "^3.0.18",
"underscore": "^1.8.3",
"vinyl": "^0.4.5",
@@ -160,6 +162,6 @@
"optionalDependencies": {
"windows-foreground-love": "0.1.0",
"windows-mutex": "^0.2.0",
"windows-process-tree": "0.1.6"
"windows-process-tree": "0.2.2"
}
}