From 01a2a524f855d6334cbcb4150e050563d3c40901 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 17:06:15 +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 7b1aa15..f6d18a2 100644 --- a/packages/plugin-documentation/package.json +++ b/packages/plugin-documentation/package.json @@ -70,7 +70,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.8.0",