From ba8f248090f79d5bbb0ad01928b9e9ab92e1f7e4 Mon Sep 17 00:00:00 2001 From: George Bell <47749730+GeorgeBellTMH@users.noreply.github.com> Date: Sat, 30 Jul 2022 13:07:34 -0700 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 31f5cc6..029fe15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-chips", - "version": "0.8.0", + "version": "0.9.0", "description": "A flexible and easy to use Chips component for React", "keywords": [ "react", @@ -53,7 +53,7 @@ }, "peerDependencies": { "prop-types": "^15.6.2", - "react": "^0.14.0 || ^16.4.1" + "react": "^0.14.0 || ^16.4.1 || ^17.0.0 || ^18.0.0" }, "dependencies": { "radium": "^0.25.0",