From bc4aba1713269da46f2f761d1aca6868884db773 Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Sun, 15 Mar 2020 11:51:55 +0100 Subject: [PATCH] Upgrade styled-jsx (#11070) The main change in this version is https://github.com/zeit/styled-jsx/pull/621 --- 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 436cb9a7e51e5cf..7d42b031206fc76 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -136,7 +136,7 @@ "string-hash": "1.1.3", "strip-ansi": "5.2.0", "style-loader": "1.0.0", - "styled-jsx": "3.2.4", + "styled-jsx": "3.2.5", "terser": "4.4.2", "thread-loader": "2.1.3", "unfetch": "4.1.0",