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

Upgrade styled-jsx (#6069)

Introduces full support for Babel 7 including JSX Fragments shorthand. 
Switched to visiting the `Program` path and then start a traversal manually to solve conflicts with other Babel plugins.
This commit is contained in:
Giuseppe 2019-01-16 11:37:01 +01:00 committed by Tim Neutkens
parent 6c5152538f
commit b4e6ded289

View file

@ -78,7 +78,7 @@
"recursive-copy": "2.0.6",
"resolve": "1.5.0",
"strip-ansi": "3.0.1",
"styled-jsx": "3.1.3",
"styled-jsx": "3.2.0",
"terser-webpack-plugin": "1.1.0",
"tty-aware-progress": "1.0.3",
"unfetch": "3.0.0",