Skip to content

Commit 3ef0723

Browse files
Bumping peer dependency to allow for v18 of react and react-dom (#236)
1 parent e942c93 commit 3ef0723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
},
8484
"peerDependencies": {
8585
"prop-types": "^15.0.0",
86-
"react": "^16.0.0 || ^17",
87-
"react-dom": "^16.0.0 || ^17"
86+
"react": "^16.0.0 || ^17 || ^18",
87+
"react-dom": "^16.0.0 || ^17 || ^18"
8888
},
8989
"dependencies": {
9090
"custom-event": "^1.0.1",

0 commit comments

Comments
 (0)