Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
Removes unused pngquant
  • Loading branch information
eamodio committed Nov 20, 2020
1 parent 51ee91e commit 5946007
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 160 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.gitCommands.search.matchCase` | Specifies whether to match commit search patterns with or without regard to casing |
| `gitlens.gitCommands.search.matchRegex` | Specifies whether to match commit search patterns using regular expressions |
| `gitlens.gitCommands.search.showResultsInSideBar` | Specifies whether to show the commit search results directly in the quick pick menu, in the Side Bar, or will be based on the context |
| `gitlens.gitCommands.skipConfirmations` | Specifies which (and when) Git commands will skip the confirmation step, using the format: `git-command-name:(menu | command)` |
| `gitlens.gitCommands.skipConfirmations` | Specifies which (and when) Git commands will skip the confirmation step, using the format: `git-command-name:(menu/command)` |

## Date & Time Settings [#](#date--time-settings- 'Date & Time Settings')

Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8117,38 +8117,37 @@
"vsls": "1.0.3015"
},
"devDependencies": {
"@types/chroma-js": "2.1.1",
"@types/chroma-js": "2.1.2",
"@types/lodash-es": "4.17.3",
"@types/node": "12.12.70",
"@types/sortablejs": "1.10.6",
"@types/vscode": "1.51.0",
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"circular-dependency-plugin": "5.2.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "6.3.0",
"copy-webpack-plugin": "6.3.2",
"csp-html-webpack-plugin": "4.0.0",
"css-loader": "5.0.1",
"eslint": "7.13.0",
"eslint-cli": "1.1.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"fork-ts-checker-webpack-plugin": "6.0.1",
"fork-ts-checker-webpack-plugin": "6.0.3",
"html-loader": "1.3.2",
"html-webpack-plugin": "5.0.0-alpha.14",
"html-webpack-skip-assets-plugin": "0.0.2",
"image-minimizer-webpack-plugin": "1.0.0",
"imagemin-pngquant": "9.0.1",
"imagemin-webp": "6.0.0",
"mini-css-extract-plugin": "1.3.0",
"mini-css-extract-plugin": "1.3.1",
"node-sass": "5.0.0",
"prettier": "2.1.2",
"sass-loader": "10.0.5",
"prettier": "2.2.0",
"sass-loader": "10.1.0",
"terser-webpack-plugin": "5.0.3",
"ts-loader": "8.0.11",
"typescript": "4.0.5",
"vsce": "1.81.1",
"webpack": "5.4.0",
"webpack": "5.6.0",
"webpack-bundle-analyzer": "4.1.0",
"webpack-cli": "4.2.0"
}
Expand Down

0 comments on commit 5946007

Please sign in to comment.