Browse Source
chore(deps): update dependency clean-webpack-plugin to v1
renovate/prettier-1.x
Renovate Bot
6 years ago
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with
5 additions and
5 deletions
-
package.json
-
yarn.lock
|
|
@ -230,7 +230,7 @@ |
|
|
|
"babel-preset-react-optimize": "1.0.1", |
|
|
|
"browserslist": "4.3.4", |
|
|
|
"chalk": "2.4.1", |
|
|
|
"clean-webpack-plugin": "0.1.19", |
|
|
|
"clean-webpack-plugin": "1.0.0", |
|
|
|
"concurrently": "4.1.0", |
|
|
|
"copy-webpack-plugin": "4.6.0", |
|
|
|
"coveralls": "3.0.2", |
|
|
|
|
|
@ -4990,10 +4990,10 @@ clean-css@4.2.x: |
|
|
|
dependencies: |
|
|
|
source-map "~0.6.0" |
|
|
|
|
|
|
|
clean-webpack-plugin@0.1.19: |
|
|
|
version "0.1.19" |
|
|
|
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.19.tgz#ceda8bb96b00fe168e9b080272960d20fdcadd6d" |
|
|
|
integrity sha512-M1Li5yLHECcN2MahoreuODul5LkjohJGFxLPTjl3j1ttKrF5rgjZET1SJduuqxLAuT1gAPOdkhg03qcaaU1KeA== |
|
|
|
clean-webpack-plugin@1.0.0: |
|
|
|
version "1.0.0" |
|
|
|
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-1.0.0.tgz#f184b9c26d12983d639828e0548ae2080e84b6a7" |
|
|
|
integrity sha512-+f96f52UIET4tOFBbCqezx7KH+w7lz/p4fA1FEjf0hC6ugxqwZedBtENzekN2FnmoTF/bn1LrlkvebOsDZuXKw== |
|
|
|
dependencies: |
|
|
|
rimraf "^2.6.1" |
|
|
|
|
|
|
|