From 56c39461c452588cd5b0cbd07bbf290a726e3c0e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 13 Nov 2018 06:44:47 +0100 Subject: [PATCH] =?UTF-8?q?Update=20clean-webpack-plugin=20to=20the=20late?= =?UTF-8?q?st=20version=20=F0=9F=9A=80=20(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update clean-webpack-plugin to version 1.0.0 * chore(package): update lockfile yarn.lock --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"