From fb897c79b87d0c3a551190ce7b9d4e262ba6bea3 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Fri, 31 May 2024 08:34:23 +0200 Subject: [PATCH] chore: update styled-components in the playground --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index e10f20a..862a0c2 100644 --- a/playground/package.json +++ b/playground/package.json @@ -24,7 +24,7 @@ "react-dom": "^18.0.0", "react-router-dom": "^6.0.0", "strapi-plugin-config-sync": "./..", - "styled-components": "5.3.3" + "styled-components": "^6.0.0" }, "author": { "name": "A Strapi developer"