Updates dependencies

This commit is contained in:
Eric Amodio
2017-06-02 15:12:57 -04:00
parent 6a9977b954
commit 4400ab1da9
2 changed files with 1654 additions and 11 deletions

1643
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -292,13 +292,13 @@
"description": "Specifies whether blame information is shown in the status bar" "description": "Specifies whether blame information is shown in the status bar"
}, },
"gitlens.statusBar.alignment": { "gitlens.statusBar.alignment": {
"type": "string", "type": "string",
"default": "right", "default": "right",
"enum": [ "enum": [
"left", "left",
"right" "right"
], ],
"description": "Specifies the blame alignment in the status bar. `left` - align to the left, `right` - align to the right" "description": "Specifies the blame alignment in the status bar. `left` - align to the left, `right` - align to the right"
}, },
"gitlens.statusBar.command": { "gitlens.statusBar.command": {
"type": "string", "type": "string",
@@ -918,11 +918,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": "7.0.22", "@types/node": "7.0.27",
"@types/tmp": "0.0.33", "@types/tmp": "0.0.33",
"mocha": "3.4.2", "mocha": "3.4.2",
"tslint": "5.3.2", "tslint": "5.4.2",
"typescript": "2.3.3", "typescript": "2.3.4",
"vscode": "1.1.0" "vscode": "1.1.0"
} }
} }