Skip to content

Commit 1370fce

Browse files
authored
fix: allow React 17 version range as peer
fixes #17
1 parent fd7b621 commit 1370fce

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
@@ -38,7 +38,7 @@
3838
"deploy:netlify": "yarn build && yarn predeploy:default && netlify deploy --prod --dir=www/public"
3939
},
4040
"peerDependencies": {
41-
"react": "^16.8.0"
41+
"react": "^16.8.0 || ^17.0.2"
4242
},
4343
"devDependencies": {
4444
"babel-eslint": "^10.0.3",

0 commit comments

Comments
 (0)