update node-debug and debug protocol

This commit is contained in:
Andre Weinand 2016-06-29 17:49:44 +02:00
parent 6946723c35
commit 2550eb7df1
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"account": "monacobuild",
"container": "debuggers",
"zip": "1451a6e/node-debug.zip",
"zip": "b6ba508/node-debug.zip",
"output": ""
}

6
npm-shrinkwrap.json generated
View file

@ -413,9 +413,9 @@
"resolved": "https://registry.npmjs.org/typechecker/-/typechecker-2.0.8.tgz"
},
"vscode-debugprotocol": {
"version": "1.9.0",
"from": "vscode-debugprotocol@1.9.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.9.0.tgz"
"version": "1.10.0",
"from": "vscode-debugprotocol@1.10.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.10.0.tgz"
},
"vscode-textmate": {
"version": "1.1.0",

View file

@ -28,7 +28,7 @@
"pty.js": "https://github.com/Tyriar/pty.js/tarball/fffbf86eb9e8051b5b2be4ba9c7b07faa018ce8d",
"sax": "1.1.2",
"semver": "4.3.6",
"vscode-debugprotocol": "1.9.0",
"vscode-debugprotocol": "1.10.0",
"vscode-textmate": "1.1.0",
"winreg": "1.2.0",
"xterm": "git+https://github.com/sourcelair/xterm.js.git#39c4356",