From 30ce681842f4deaa0fac3a9785e6fada1c3a17cb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Jul 2018 18:29:25 +0000 Subject: [PATCH] Update dependency extract-text-webpack-plugin to v3.0.2 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8805df8..d0cb3dc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "clean-webpack-plugin": "0.1.16", "copy-webpack-plugin": "4.0.1", "css-loader": "0.28.4", - "extract-text-webpack-plugin": "3.0.0", + "extract-text-webpack-plugin": "3.0.2", "file-loader": "0.11.2", "html-webpack-plugin": "2.29.0", "node-sass": "4.5.3", diff --git a/yarn.lock b/yarn.lock index e5fcf25..e1b676c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1919,9 +1919,9 @@ extglob@^0.3.1: dependencies: is-extglob "^1.0.0" -extract-text-webpack-plugin@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.0.tgz#90caa7907bc449f335005e3ac7532b41b00de612" +extract-text-webpack-plugin@3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz#5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7" dependencies: async "^2.4.1" loader-utils "^1.1.0"