From 6ce67da44ce7b5aada64308874dce0632a31f8ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 21:30:48 +0000 Subject: [PATCH] Update clean-webpack-plugin requirement from ^1.0.0 to ^3.0.0 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...v3.0.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28c9366..f3c235c 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": "^3.0.0", "css-loader": "^2.1.0", "file-loader": "^3.0.1", "html-webpack-plugin": "^3.2.0",