lock down dependencies

This commit is contained in:
Joao Moreno 2016-04-19 11:05:58 +02:00
parent 29ff5de615
commit 9bff59dfc4

View file

@ -19,19 +19,19 @@
"dependencies": {
"applicationinsights": "0.15.6",
"chokidar": "1.0.5",
"emmet": "^1.3.0",
"emmet": "1.3.1",
"getmac": "1.0.7",
"graceful-fs": "4.1.2",
"http-proxy-agent": "^0.2.6",
"https-proxy-agent": "^0.3.5",
"iconv-lite": "^0.4.13",
"native-keymap": "^0.1.2",
"sax": "^1.1.1",
"semver": "^4.2.0",
"http-proxy-agent": "0.2.7",
"https-proxy-agent": "0.3.6",
"iconv-lite": "0.4.13",
"native-keymap": "0.1.2",
"sax": "1.1.2",
"semver": "4.3.6",
"vscode-debugprotocol": "1.8.0-pre.3",
"vscode-textmate": "^1.0.11",
"vscode-textmate": "1.0.11",
"winreg": "0.0.12",
"yauzl": "^2.3.1"
"yauzl": "2.3.1"
},
"devDependencies": {
"async": "^1.4.0",