1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

bump styled-jsx

This commit is contained in:
Guillermo Rauch 2017-01-05 17:20:33 -08:00
parent 6af316de56
commit d387c52179
2 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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"