From afe317e468180d60cd4258ec5a7bb651b00f4063 Mon Sep 17 00:00:00 2001 From: Omar El-Domeiri Date: Tue, 19 Dec 2023 11:05:24 -0500 Subject: [PATCH] styled-components ^v6.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prior to change, install would warn: "✕ unmet peer styled-components@^5.3.6: found 6.1.1". Including v6 and up should be safe, as it does not appear this plugin uses any of the features that had breaking changes between v5 and v6. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d9a55e..a3d2741 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "react": "^18", "rxjs": "^7.8.0", "sanity": "^3", - "styled-components": "^5.3.6" + "styled-components": "^5.3.6 || ^6.0.0" }, "engines": { "node": ">=14"