Browse Source

Updates dependencies

main
Eric Amodio 7 years ago
parent
commit
4826e99986
2 changed files with 917 additions and 158 deletions
  1. +912
    -153
      package-lock.json
  2. +5
    -5
      package.json

+ 912
- 153
package-lock.json
File diff suppressed because it is too large
View File


+ 5
- 5
package.json View File

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

Loading…
Cancel
Save