瀏覽代碼

Updates dependencies

main
Eric Amodio 7 年之前
父節點
當前提交
4400ab1da9
共有 2 個文件被更改,包括 1654 次插入11 次删除
  1. +1643
    -0
      package-lock.json
  2. +11
    -11
      package.json

+ 1643
- 0
package-lock.json
文件差異過大導致無法顯示
查看文件


+ 11
- 11
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"
}
}
}

Loading…
取消
儲存