From 1b56f7af92c8b6521b954bb786f93c4a5821c4f4 Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Wed, 16 Jan 2019 11:26:08 +0100 Subject: [PATCH] Upgrade styled-jsx 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. --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index f4943623d63e8..a410dc6308f3d 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -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",