Skip to content

Commit 8ac0ac6

Browse files
author
Alex Cory
committed
Merge branch 'master' of github.com:alex-cory/react-usefetch
2 parents a897c38 + 3c220ca commit 8ac0ac6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,7 @@ Who's using use-http?
902902
Does your company use use-http? Consider sponsoring the project to fund new features, bug fixes, and more.
903903
904904
<p align="center">
905+
<img height="140px" src="https://user-images.githubusercontent.com/5455859/98412764-5c5abe00-202d-11eb-9a2d-73377cfbfd86.png" />
905906
<a href="https://ava.inc" style="margin-right: 2rem;" target="_blank">
906907
<img width="110px" src="https://ava.inc/ava-logo-green.png" />
907908
</a>
@@ -914,7 +915,7 @@ Does your company use use-http? Consider sponsoring the project to fund new feat
914915
<a href="https://beapte.com">
915916
<img height="140px" src="https://github.com/ava/use-http/raw/master/public/apte-logo.png" />
916917
</a>
917-
<img height="140px" src="https://user-images.githubusercontent.com/5455859/98412764-5c5abe00-202d-11eb-9a2d-73377cfbfd86.png" />
918+
918919
<!-- <a href="#">
919920
<img height="140px" src="https://user-images.githubusercontent.com/5455859/98412608-1aca1300-202d-11eb-9d20-295ce85bda9c.png" />
920921
</a> -->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"utility-types": "^3.10.0"
1616
},
1717
"peerDependencies": {
18-
"react": "^16.13.1",
19-
"react-dom": "^16.13.1"
18+
"react": "^16.13.1 || ^17.0.0",
19+
"react-dom": "^16.13.1 || ^17.0.0"
2020
},
2121
"devDependencies": {
2222
"@testing-library/react": "^10.0.2",

0 commit comments

Comments
 (0)