Browse Source

Updates dependencies

main
Eric Amodio 4 years ago
parent
commit
cb6e971277
3 changed files with 132 additions and 534 deletions
  1. +8
    -8
      package.json
  2. +0
    -1
      webpack.config.js
  3. +124
    -525
      yarn.lock

+ 8
- 8
package.json View File

@ -8438,17 +8438,17 @@
"circular-dependency-plugin": "5.2.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "7.0.0",
"csp-html-webpack-plugin": "4.0.0",
"csp-html-webpack-plugin": "5.0.0",
"css-loader": "5.0.1",
"eslint": "7.15.0",
"eslint": "7.16.0",
"eslint-cli": "1.1.1",
"eslint-config-prettier": "7.0.0",
"eslint-config-prettier": "7.1.0",
"eslint-plugin-import": "2.22.1",
"fork-ts-checker-webpack-plugin": "6.0.7",
"html-loader": "1.3.2",
"html-webpack-plugin": "5.0.0-alpha.17",
"html-webpack-plugin": "5.0.0-beta.1",
"html-webpack-skip-assets-plugin": "0.0.2",
"image-minimizer-webpack-plugin": "1.0.0",
"image-minimizer-webpack-plugin": "2.0.0",
"imagemin-webp": "6.0.0",
"mini-css-extract-plugin": "1.3.3",
"node-sass": "5.0.0",
@ -8457,9 +8457,9 @@
"terser-webpack-plugin": "5.0.3",
"ts-loader": "8.0.12",
"typescript": "4.0.5",
"vsce": "1.81.1",
"webpack": "5.10.3",
"webpack-bundle-analyzer": "4.2.0",
"vsce": "1.83.0",
"webpack": "5.11.0",
"webpack-bundle-analyzer": "4.3.0",
"webpack-cli": "4.2.0"
}
}

+ 0
- 1
webpack.config.js View File

@ -349,7 +349,6 @@ function getWebviewsConfig(mode, _env) {
new ImageMinimizerPlugin({
test: /\.(png)$/i,
filename: '[path][name].webp',
cache: true,
loader: false,
deleteOriginalAssets: true,
minimizerOptions: {

+ 124
- 525
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save