mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-19 17:25:57 -05:00
Updates dependencies
This commit is contained in:
1643
package-lock.json
generated
Normal file
1643
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@@ -292,13 +292,13 @@
|
||||
"description": "Specifies whether blame information is shown in the status bar"
|
||||
},
|
||||
"gitlens.statusBar.alignment": {
|
||||
"type": "string",
|
||||
"default": "right",
|
||||
"enum": [
|
||||
"left",
|
||||
"right"
|
||||
],
|
||||
"description": "Specifies the blame alignment in the status bar. `left` - align to the left, `right` - align to the right"
|
||||
"type": "string",
|
||||
"default": "right",
|
||||
"enum": [
|
||||
"left",
|
||||
"right"
|
||||
],
|
||||
"description": "Specifies the blame alignment in the status bar. `left` - align to the left, `right` - align to the right"
|
||||
},
|
||||
"gitlens.statusBar.command": {
|
||||
"type": "string",
|
||||
@@ -918,11 +918,11 @@
|
||||
"@types/copy-paste": "1.1.30",
|
||||
"@types/iconv-lite": "0.0.1",
|
||||
"@types/mocha": "2.2.41",
|
||||
"@types/node": "7.0.22",
|
||||
"@types/node": "7.0.27",
|
||||
"@types/tmp": "0.0.33",
|
||||
"mocha": "3.4.2",
|
||||
"tslint": "5.3.2",
|
||||
"typescript": "2.3.3",
|
||||
"tslint": "5.4.2",
|
||||
"typescript": "2.3.4",
|
||||
"vscode": "1.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user