From d3b2865c58d3b0577e9efcd65d14f2f86bfad598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 20:08:54 +0000 Subject: [PATCH] Update clean-webpack-plugin requirement from ^1.0.0 to ^2.0.2 Updates the requirements on [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) to permit the latest version. - [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases) - [Commits](https://github.com/johnagan/clean-webpack-plugin/compare/v1.0.0...v2.0.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28c9366..bb9f5cd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "babel-loader": "^8.0.4", "babel-plugin-dynamic-import-webpack": "^1.1.0", "babel-plugin-import": "^1.11.0", - "clean-webpack-plugin": "^1.0.0", + "clean-webpack-plugin": "^2.0.2", "css-loader": "^2.1.0", "file-loader": "^3.0.1", "html-webpack-plugin": "^3.2.0",