Skip to content

Commit

Permalink
Fix package.json peerDependencies entry for "react" with correct OR c…
Browse files Browse the repository at this point in the history
…ondition (#240)
  • Loading branch information
jussikinnula committed Apr 4, 2022
1 parent 18e718e commit b442256
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 @@ -58,7 +58,7 @@
"lodash": "^4"
},
"peerDependencies": {
"react": "^16 || ^17 | ^18"
"react": "^16 || ^17 || ^18"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand Down

0 comments on commit b442256

Please sign in to comment.