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",