Refresh master with initial release/0.24 snapshot (#332)

* Initial port of release/0.24 source code

* Fix additional headers

* Fix a typo in launch.json
This commit is contained in:
Karl Burtram
2017-12-15 15:38:57 -08:00
committed by GitHub
parent 271b3a0b82
commit 6ad0df0e3e
7118 changed files with 107999 additions and 56466 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sqlops",
"version": "0.23.6",
"version": "0.24.1",
"electronVersion": "1.7.9",
"distro": "8c3e97e3425cc9814496472ab73e076de2ba99ee",
"author": {
@@ -54,8 +54,9 @@
"jquery": "^2.2.0",
"jquery-ui": "^1.12.1",
"jquery.event.drag": "2.2.2",
"jschardet": "^1.4.2",
"make-error": "^1.1.1",
"jschardet": "^1.5.1",
"keytar": "^4.0.5",
"minimist": "1.2.0",
"moment": "^2.15.1",
"native-keymap": "1.2.5",
@@ -65,7 +66,6 @@
"nsfw": "1.0.16",
"pretty-data": "^0.40.0",
"pty.js": "https://github.com/Tyriar/pty.js/tarball/c75c2dcb6dcad83b0cb3ef2ae42d0448fb912642",
"rangy": "^1.3.0",
"reflect-metadata": "^0.1.8",
"rxjs": "5.4.0",
"semver": "4.3.6",
@@ -74,21 +74,21 @@
"systemjs": "0.19.40",
"underscore": "^1.8.3",
"v8-profiler": "jrieken/v8-profiler#vscode",
"vscode-debugprotocol": "1.23.0",
"vscode-ripgrep": "0.0.25",
"vscode-textmate": "^3.1.5",
"vscode-debugprotocol": "1.24.0",
"vscode-ripgrep": "0.6.0-patch.0.2",
"vscode-textmate": "^3.2.0",
"winreg": "1.2.0",
"xterm": "Tyriar/xterm.js#vscode-release/1.16",
"xterm": "Tyriar/xterm.js#vscode-release/1.18",
"yauzl": "2.8.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"7zip": "0.0.6",
"@types/keytar": "^4.0.0",
"@types/minimist": "^1.2.0",
"@types/mocha": "^2.2.39",
"@types/semver": "^5.3.30",
"@types/sinon": "^1.16.34",
"@types/keytar": "4.0.1",
"@types/minimist": "1.2.0",
"@types/mocha": "2.2.39",
"@types/semver": "5.3.30",
"@types/sinon": "1.16.34",
"@types/winreg": "^1.2.30",
"azure-storage": "^0.3.1",
"clean-css": "3.4.6",
@@ -120,7 +120,7 @@
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.11.0",
"gulp-tsb": "^2.0.4",
"gulp-tsb": "2.0.4",
"gulp-tslint": "^7.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.6",
@@ -146,7 +146,7 @@
"source-map": "^0.4.4",
"tslint": "^4.3.1",
"typemoq": "^0.3.2",
"typescript": "2.4.1",
"typescript": "2.5.2",
"typescript-formatter": "4.0.1",
"uglify-js": "mishoo/UglifyJS2#harmony-v2.8.22",
"uglify-es": "^3.0.18",
@@ -164,7 +164,7 @@
"url": "https://github.com/Microsoft/sqlopsstudio/issues"
},
"optionalDependencies": {
"windows-process-tree": "0.1.3",
"windows-process-tree": "0.1.6",
"windows-foreground-love": "0.1.0",
"windows-mutex": "^0.2.0",
"fsevents": "0.3.8"