From b929debd76559640894978cae9c855793364cb92 Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Fri, 8 Nov 2019 21:27:20 +0100 Subject: [PATCH] Upgrade styled-jsx (#9348) It should fix an escaping issue with source maps on Windows. Also the library size should be a bit smaller https://github.com/zeit/styled-jsx/pull/591 --- 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 38c1514975..2e0a5706b0 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -118,7 +118,7 @@ "string-hash": "1.1.3", "strip-ansi": "5.2.0", "style-loader": "1.0.0", - "styled-jsx": "3.2.2", + "styled-jsx": "3.2.4", "terser": "4.0.0", "unfetch": "4.1.0", "url": "0.11.0", -- GitLab