From 0e82a4d6e9465f87fa0b122970c0abc6a5f3fa12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 7 Mar 2018 05:17:53 +0000 Subject: [PATCH] Update html-webpack-plugin requirement to 3.0.6 Updates the requirements on [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) to permit the latest version. - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/commits/v3.0.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d689667..b433fb9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "babel-preset-react": "6.24.1", "babel-preset-stage-2": "6.24.1", "extract-text-webpack-plugin": "^3.0.0", - "html-webpack-plugin": "2.30.1", + "html-webpack-plugin": "3.0.6", "css-loader": "0.28.7", "webpack-dev-middleware": "^2.0.4", "react": "^16.2.0",