diff --git a/package.json b/package.json index cfe5dd6..150a0b2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/preset-react": "^7.0.0-rc.1", "babel-eslint": "^10.0.0", "babel-loader": "^8.0.0-beta", - "clean-webpack-plugin": "^0.1.18", + "clean-webpack-plugin": "^1.0.0", "css-loader": "^1.0.0", "eslint": "^5.0.1", "eslint-plugin-flowtype": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 02e3c88..b76c5e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1487,9 +1487,9 @@ clean-css@4.2.x: dependencies: source-map "~0.6.0" -clean-webpack-plugin@^0.1.18: - version "0.1.19" - resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.19.tgz#ceda8bb96b00fe168e9b080272960d20fdcadd6d" +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" dependencies: rimraf "^2.6.1"