diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 4e0fa2a0..1f1fa7fa 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ } }, "peerDependencies": { - "react": "^16.13.1", - "react-dom": "^16.13.1" + "react": "^16.x || 17.x", + "react-dom": "^16.x || 17.x" } } |