Browse Source

Updates dependencies

main
Eric Amodio 4 years ago
parent
commit
59b858602e
2 changed files with 294 additions and 343 deletions
  1. +16
    -16
      package.json
  2. +278
    -327
      yarn.lock

+ 16
- 16
package.json View File

@ -18,7 +18,7 @@
"url": "https://github.com/eamodio/vscode-gitlens.git"
},
"engines": {
"vscode": "^1.46.0"
"vscode": "^1.47.0"
},
"main": "./dist/gitlens",
"icon": "images/gitlens-icon.png",
@ -6180,41 +6180,41 @@
"vscode:prepublish": "yarn run bundle"
},
"dependencies": {
"@octokit/graphql": "4.5.1",
"@octokit/graphql": "4.5.2",
"chroma-js": "2.1.0",
"dayjs": "1.8.28",
"iconv-lite": "0.6.1",
"dayjs": "1.8.30",
"iconv-lite": "0.6.2",
"lodash-es": "4.17.15",
"vsls": "1.0.2426"
"vsls": "1.0.2532"
},
"devDependencies": {
"@types/chroma-js": "2.0.0",
"@types/keytar": "4.4.2",
"@types/lodash-es": "4.17.3",
"@types/node": "12.12.47",
"@types/vscode": "1.45.1",
"@typescript-eslint/eslint-plugin": "3.5.0",
"@typescript-eslint/parser": "3.5.0",
"@types/node": "12.12.51",
"@types/vscode": "1.47.0",
"@typescript-eslint/eslint-plugin": "3.7.0",
"@typescript-eslint/parser": "3.7.0",
"circular-dependency-plugin": "5.2.0",
"clean-webpack-plugin": "3.0.0",
"csp-html-webpack-plugin": "4.0.0",
"css-loader": "3.6.0",
"ejs-compiled-loader": "3.0.0",
"eslint": "7.3.1",
"eslint": "7.5.0",
"eslint-cli": "1.1.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"fork-ts-checker-webpack-plugin": "5.0.5",
"fork-ts-checker-webpack-plugin": "5.0.9",
"html-loader": "1.1.0",
"html-webpack-plugin": "4.3.0",
"html-webpack-skip-assets-plugin": "0.0.2",
"imagemin-webpack-plugin": "2.4.2",
"mini-css-extract-plugin": "0.9.0",
"node-sass": "4.14.1",
"prettier": "2.0.5",
"sass-loader": "8.0.2",
"terser-webpack-plugin": "3.0.6",
"ts-loader": "7.0.5",
"typescript": "3.9.5",
"sass-loader": "9.0.2",
"terser-webpack-plugin": "3.0.7",
"ts-loader": "8.0.1",
"typescript": "3.9.7",
"vsce": "1.77.0",
"webpack": "4.43.0",
"webpack-bundle-analyzer": "3.8.0",

+ 278
- 327
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save