Skip to content

Commit

Permalink
Revert peer dependency upgrade
Browse files Browse the repository at this point in the history
I increased this when I saw that React Hooks Testing Library
peer-depends on React >=16.9.0, but I just realized that this is a sort
of breaking change for my package. Nothing in the package itself depends
on any new features in v16.9, and React Hooks Testing Library is only
used in development, where the dev dependency version range is more than
sufficient.
  • Loading branch information
TyMick committed Jun 12, 2021
1 parent 6dd7b07 commit 3576082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"yarn": false
},
"peerDependencies": {
"react": ">=16.9.0"
"react": ">=16.8.0"
},
"dependencies": {
"lodash.debounce": "^4.0.8"
Expand Down

0 comments on commit 3576082

Please sign in to comment.