Browse Source

housekeeping(dev-deps): webpack-stats-plugin v1 (#6534)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
bubble
renovate[bot] 3 years ago
committed by GitHub
parent
commit
248cf86c25
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      package-lock.json
  2. +1
    -1
      package.json

+ 3
- 3
package-lock.json View File

@@ -30697,9 +30697,9 @@
}
},
"webpack-stats-plugin": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.3.2.tgz",
"integrity": "sha512-kxEtPQ6lBBik2qtJlsZkiaDMI6rGXe9w1kLH9ZCdt0wgCGVnbwwPlP60cMqG6tILNFYqXDxNt4+c4OIIuE+Fnw==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-1.0.1.tgz",
"integrity": "sha512-PUoHMYmL7HW1uSBc5ZemIixaStU5NNseETPI0h9RWLs2glXKyH+0oyiYy8f/EVlFhklPYRVNdfVRDu8rCVFLgQ==",
"dev": true
},
"websocket-driver": {


+ 1
- 1
package.json View File

@@ -173,7 +173,7 @@
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-stats-plugin": "=0.3.2"
"webpack-stats-plugin": "=1.0.1"
},
"config": {
"deps_check_dir": ".deps_check"


Loading…
Cancel
Save