From 93c0e64a36be7707734864bba3c4642531a0a041 Mon Sep 17 00:00:00 2001 From: Buns Enchantress <68980965+BunsDev@users.noreply.github.com> Date: Mon, 6 May 2024 14:48:31 -0500 Subject: [PATCH] @emotion/cache version fix (#65422) Co-authored-by: Sam Ko --- examples/with-emotion/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index 24b739ba5120d..be95c1124090d 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@emotion/cache": "11.10.4", + "@emotion/cache": "11.11.0", "@emotion/react": "11.10.4", "@emotion/styled": "11.10.4", "next": "latest",