Skip to content

Commit 8395a21

Browse files
fabbdiasbruno
authored andcommitted
allow react 18 as peer dependency
1 parent 68af7ec commit 8395a21

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
@@ -71,8 +71,8 @@
7171
"warning": "^4.0.3"
7272
},
7373
"peerDependencies": {
74-
"react": "^0.14.0 || ^15.0.0 || ^16 || ^17",
75-
"react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17"
74+
"react": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18",
75+
"react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18"
7676
},
7777
"tags": [
7878
"react",

0 commit comments

Comments
 (0)