From 4d7fcb0dfe27b22f8b892280d2c945918e77b59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 7 Aug 2018 01:24:01 +0000 Subject: [PATCH] Update extract-text-webpack-plugin requirement to ^3.0.2 in /{{cookiecutter.app_name}} 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] --- {{cookiecutter.app_name}}/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/package.json b/{{cookiecutter.app_name}}/package.json index 01059e0a12..5c8cfa196f 100644 --- a/{{cookiecutter.app_name}}/package.json +++ b/{{cookiecutter.app_name}}/package.json @@ -35,7 +35,7 @@ "eslint": "^5.3.0", "eslint-config-airbnb-base": "^11.2.0", "eslint-plugin-import": "^2.3.0", - "extract-text-webpack-plugin": "^2.1.2", + "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.11", "font-awesome-webpack": "0.0.5-beta.2", "less": "^3.8.0",