From abdef38e333bf69f905c700ab01c234a77fc34f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 2 May 2018 11:46:11 +0000 Subject: [PATCH] build: update extract-text-webpack-plugin requirement to 3.0.2 Updates the requirements on [extract-text-webpack-plugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) to permit the latest version. - [Release notes](https://github.com/webpack-contrib/extract-text-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/extract-text-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/extract-text-webpack-plugin/commits/v3.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 29994dd84..28a3ecc39 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "cpy-cli": "1.0.1", "css-loader": "0.23.1", "exports-loader": "0.6.3", - "extract-text-webpack-plugin": "2.0.0-beta.1", + "extract-text-webpack-plugin": "3.0.2", "file-loader": "0.9.0", "ghooks": "2.0.3", "html-loader": "0.4.3",