Skip to content

Commit

Permalink
[New] Add support for usage with react 17
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham authored and bindeali committed Jan 9, 2024
1 parent a755974 commit 77106d2
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
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"yaml": "^1.10.2"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^17.0.2 || ^18.2.0"
}
}

0 comments on commit 77106d2

Please sign in to comment.