Pins & updates dependencies

This commit is contained in:
Eric Amodio
2017-04-30 16:05:33 -04:00
parent 3e0ad47698
commit 564856853a

View File

@@ -872,26 +872,26 @@
"vscode:prepublish": "tsc -p ./" "vscode:prepublish": "tsc -p ./"
}, },
"dependencies": { "dependencies": {
"applicationinsights": "^0.19.0", "applicationinsights": "0.19.0",
"copy-paste": "^1.3.0", "copy-paste": "1.3.0",
"ignore": "^3.2.7", "ignore": "3.2.7",
"lodash.debounce": "^4.0.8", "lodash.debounce": "4.0.8",
"lodash.escaperegexp": "^4.1.2", "lodash.escaperegexp": "4.1.2",
"lodash.isequal": "^4.5.0", "lodash.isequal": "4.5.0",
"lodash.once": "^4.1.1", "lodash.once": "4.1.1",
"moment": "^2.18.1", "moment": "2.18.1",
"spawn-rx": "^2.0.10", "spawn-rx": "2.0.10",
"tmp": "^0.0.31" "tmp": "0.0.31"
}, },
"devDependencies": { "devDependencies": {
"@types/applicationinsights": "^0.15.33", "@types/applicationinsights": "0.15.33",
"@types/copy-paste": "^1.1.30", "@types/copy-paste": "1.1.30",
"@types/mocha": "^2.2.41", "@types/mocha": "2.2.41",
"@types/node": "^7.0.13", "@types/node": "7.0.14",
"@types/tmp": "^0.0.32", "@types/tmp": "0.0.32",
"mocha": "^3.2.0", "mocha": "3.3.0",
"tslint": "^4.5.1", "tslint": "5.1.0",
"typescript": "^2.3.0", "typescript": "2.3.2",
"vscode": "^1.1.0" "vscode": "1.1.0"
} }
} }