diff options
| -rw-r--r-- | package.json | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/package.json b/package.json index 4c9a57dc..25af04ce 100644 --- a/package.json +++ b/package.json @@ -107,8 +107,8 @@      }    },    "peerDependencies": { -    "react": "^16.x || 17.x", -    "react-dom": "^16.x || 17.x" +    "react": "^16.x || 17.x || 18.x", +    "react-dom": "^16.x || 17.x || 18.x"    },    "peerDependenciesMeta": {      "react": { | 
