From 3f9a95acca9b93a9b97a02b089f78137b18d9813 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 19:52:14 +0000 Subject: [PATCH] Update clean-webpack-plugin requirement from ^2.0.2 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/v2.0.2...v3.0.0) --- packages/plugin-documentation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-documentation/package.json b/packages/plugin-documentation/package.json index 26169f1..55bea96 100644 --- a/packages/plugin-documentation/package.json +++ b/packages/plugin-documentation/package.json @@ -69,7 +69,7 @@ "@types/webpack": "^4.4.32", "babel-loader": "^8.0.6", "bili": "^4.8.0", - "clean-webpack-plugin": "^2.0.2", + "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.0.0", "glob-all": "^3.1.0", "mini-css-extract-plugin": "^0.7.0",