From d387c52179f1934b71dfca0817ac3401dfc85719 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 5 Jan 2017 17:20:33 -0800 Subject: [PATCH] bump styled-jsx --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e434ffda..0141cc09 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "send": "0.14.1", "source-map-support": "0.4.8", "strip-ansi": "3.0.1", - "styled-jsx": "0.3.2", + "styled-jsx": "0.4.0", "url": "0.11.0", "webpack": "2.2.0-rc.3", "webpack-dev-middleware": "1.9.0", diff --git a/yarn.lock b/yarn.lock index 37a33229..e6012ed0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4786,9 +4786,9 @@ strip-json-comments@~1.0.1, strip-json-comments@~1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91" -styled-jsx@0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-0.3.2.tgz#f1467b224beb7ce1ce5a4822674e44b478947e18" +styled-jsx@0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-0.4.0.tgz#eb2ed0320e408a50333063b57cf6b6feb675ef2b" dependencies: babel-plugin-syntax-jsx "^6.18.0" convert-source-map "^1.3.0"