Updates dependencies

This commit is contained in:
Eric Amodio
2017-01-16 12:58:00 -05:00
parent ff8b184bef
commit 6fefab6d64

View File

@@ -412,19 +412,19 @@
"ignore": "^3.2.0", "ignore": "^3.2.0",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.escaperegexp": "^4.1.2", "lodash.escaperegexp": "^4.1.2",
"lodash.isequal": "^4.4.0", "lodash.isequal": "^4.5.0",
"lodash.once": "^4.1.1", "lodash.once": "^4.1.1",
"moment": "^2.17.1", "moment": "^2.17.1",
"spawn-rx": "^2.0.7", "spawn-rx": "^2.0.8",
"tmp": "^0.0.31" "tmp": "^0.0.31"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^6.0.55", "@types/node": "^6.0.55",
"@types/mocha": "^2.2.35", "@types/mocha": "^2.2.37",
"@types/tmp": "^0.0.32", "@types/tmp": "^0.0.32",
"mocha": "^3.2.0", "mocha": "^3.2.0",
"tslint": "^4.2.0", "tslint": "^4.3.1",
"typescript": "^2.1.4", "typescript": "^2.1.5",
"vscode": "^1.0.3" "vscode": "^1.0.3"
} }
} }