We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32d8ff commit 3c220caCopy full SHA for 3c220ca
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "use-http",
3
- "version": "1.0.15",
+ "version": "1.0.16",
4
"homepage": "https://use-http.com",
5
"main": "dist/cjs/index.js",
6
"module": "dist/esm/index.js",
@@ -15,8 +15,8 @@
15
"utility-types": "^3.10.0"
16
},
17
"peerDependencies": {
18
- "react": "^16.13.1",
19
- "react-dom": "^16.13.1"
+ "react": "^16.13.1 || ^17.0.0",
+ "react-dom": "^16.13.1 || ^17.0.0"
20
21
"devDependencies": {
22
"@testing-library/react": "^10.0.2",
0 commit comments