Updates dependencies

This commit is contained in:
Eric Amodio
2017-07-20 22:14:13 +02:00
parent 459a8dce1d
commit 4826e99986
2 changed files with 917 additions and 158 deletions

1065
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
}, },
"publisher": "eamodio", "publisher": "eamodio",
"engines": { "engines": {
"vscode": "^1.13.0" "vscode": "^1.14.0"
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"displayName": "Git Lens \u2014 git blame annotations, code lens, and more", "displayName": "Git Lens \u2014 git blame annotations, code lens, and more",
@@ -1552,11 +1552,11 @@
"@types/copy-paste": "1.1.30", "@types/copy-paste": "1.1.30",
"@types/iconv-lite": "0.0.1", "@types/iconv-lite": "0.0.1",
"@types/mocha": "2.2.41", "@types/mocha": "2.2.41",
"@types/node": "8.0.7", "@types/node": "8.0.14",
"@types/tmp": "0.0.33", "@types/tmp": "0.0.33",
"mocha": "3.4.2", "mocha": "3.4.2",
"tslint": "5.4.3", "tslint": "5.5.0",
"typescript": "2.4.1", "typescript": "2.4.2",
"vscode": "1.1.1" "vscode": "1.1.4"
} }
} }