Skip to content

Commit cf6cf59

Browse files
committed
Allow react 16, 17
1 parent e287736 commit cf6cf59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"deploy": "gh-pages -d example/build"
3737
},
3838
"peerDependencies": {
39-
"react": "^18.0.0"
39+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
4040
},
4141
"devDependencies": {
4242
"@testing-library/jest-dom": "^5.16.4",

0 commit comments

Comments
 (0)