use v1.12.0 of debug protocol

This commit is contained in:
Andre Weinand 2016-08-31 18:19:04 +02:00
parent 80a3ead8de
commit 7446776383
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"account": "monacobuild",
"container": "debuggers",
"zip": "c1e9f7f/node-debug.zip",
"zip": "150f0bb/node-debug.zip",
"output": ""
}

6
npm-shrinkwrap.json generated
View file

@ -408,9 +408,9 @@
"resolved": "https://registry.npmjs.org/typechecker/-/typechecker-2.0.8.tgz"
},
"vscode-debugprotocol": {
"version": "1.11.0",
"from": "vscode-debugprotocol@1.11.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.11.0.tgz"
"version": "1.12.0",
"from": "vscode-debugprotocol@1.12.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.12.0.tgz"
},
"vscode-textmate": {
"version": "2.1.1",

View file

@ -27,7 +27,7 @@
"pty.js": "https://github.com/Tyriar/pty.js/tarball/fffbf86eb9e8051b5b2be4ba9c7b07faa018ce8d",
"fast-plist": "0.1.1",
"semver": "4.3.6",
"vscode-debugprotocol": "1.11.0",
"vscode-debugprotocol": "1.12.0",
"vscode-textmate": "2.1.1",
"winreg": "1.2.0",
"xterm": "git+https://github.com/sourcelair/xterm.js.git#220828f",