use v1.14 of debug protocol module

This commit is contained in:
Andre Weinand 2016-10-26 17:40:25 +02:00
parent 83a661532b
commit 56f9d92e45
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View file

@ -405,9 +405,9 @@
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
},
"vscode-debugprotocol": {
"version": "1.13.0",
"from": "vscode-debugprotocol@1.13.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.13.0.tgz"
"version": "1.14.0",
"from": "vscode-debugprotocol@1.14.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.14.0.tgz"
},
"vscode-textmate": {
"version": "2.3.0",

View file

@ -31,7 +31,7 @@
"native-keymap": "0.3.0",
"pty.js": "https://github.com/Tyriar/pty.js/tarball/c75c2dcb6dcad83b0cb3ef2ae42d0448fb912642",
"semver": "4.3.6",
"vscode-debugprotocol": "1.13.0",
"vscode-debugprotocol": "1.14.0",
"vscode-textmate": "2.3.0",
"winreg": "1.2.0",
"xterm": "git+https://github.com/Tyriar/xterm.js.git#vscode-release/1.7",