Browse Source

Allow React ^16.14.0 as peer dependency

Russell Parker 3 years ago
parent
commit
4383f2ea90
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -154,7 +154,7 @@
     "xhr2": "^0.2.1"
   },
   "peerDependencies": {
-    "react": "^17.0.2",
-    "react-dom": "^17.0.2"
+    "react": "^17.0.2 || ^16.14.0",
+    "react-dom": "^17.0.2 || ^ 16.14.0"
   }
 }