Skip to content

Commit 3576082

Browse files
committed
Revert peer dependency upgrade
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.
1 parent 6dd7b07 commit 3576082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"yarn": false
2828
},
2929
"peerDependencies": {
30-
"react": ">=16.9.0"
30+
"react": ">=16.8.0"
3131
},
3232
"dependencies": {
3333
"lodash.debounce": "^4.0.8"

0 commit comments

Comments
 (0)