From 9c682541787602290fc6d115d90dbd3386cfda10 Mon Sep 17 00:00:00 2001 From: sthzg Date: Wed, 23 Nov 2016 15:40:54 +0100 Subject: [PATCH] Bumped dep version for react-generator-template v2.0.1-6 contains important updates to conf/webpack/Test.js that fix running tests on components using css modules and a css preprocessor (less, s(c|a)ss, stylus). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 132b8f9..3bc74ca 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "esprima": "^3.1.1", "esprima-walk": "^0.1.0", "jsonpath": "^0.2.7", - "react-webpack-template": "^2.0.1-5", + "react-webpack-template": "^2.0.1-6", "underscore.string": "^3.2.2", "yeoman-generator": "^0.24.0", "yeoman-welcome": "^1.0.1"