From 56744253c6b86d6db9d4c58a556cf9beb1feeeaa Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Thu, 27 Dec 2018 11:50:19 +0100 Subject: [PATCH] Upgrade styled-jsx (#5953) The latest version includes a fix to resolve conflicts with other libraries that use the `css` prop. Details https://github.com/zeit/styled-jsx/releases/tag/v3.1.3 --- 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 9c22b0fb..80f66688 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -79,7 +79,7 @@ "recursive-copy": "2.0.6", "resolve": "1.5.0", "strip-ansi": "3.0.1", - "styled-jsx": "3.1.1", + "styled-jsx": "3.1.3", "terser-webpack-plugin": "1.1.0", "tty-aware-progress": "1.0.3", "unfetch": "3.0.0",