From 7f8cc730f5fc4c0f6bfb9dbafaac583b0261bb7a Mon Sep 17 00:00:00 2001 From: Lukas Weiss Date: Mon, 1 Aug 2022 16:02:59 +0200 Subject: [PATCH] allow react-ui version ~0.2.0 as peer dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f5f93d..fdf016c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "access": "public" }, "peerDependencies": { - "@aboutbits/react-ui": "^0.1.0", + "@aboutbits/react-ui": "~0.1.0 || ~0.2.0", "next": "^12", "tailwindcss": "^3.1", "webpack": "^5"