Skip to content

Commit

Permalink
fix(package.json): typo in peer deps declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliygatt committed Dec 21, 2022
1 parent 829f29b commit 56ded75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -85,7 +85,7 @@
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 | ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 56ded75

Please sign in to comment.