Skip to content

Commit 6a287cd

Browse files
committed
Add react 18.1.0 to peer deps
1 parent caf3c4f commit 6a287cd

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
@@ -54,8 +54,8 @@
5454
},
5555
"peerDependencies": {
5656
"prop-types": "^15.5.7",
57-
"react": "^16.3.0 || ^17.0.0",
58-
"react-dom": "^16.3.0 || ^17.0.0"
57+
"react": "^16.3.0 || ^17.0.0 || ^18.1.0",
58+
"react-dom": "^16.3.0 || ^17.0.0 || ^18.1.0"
5959
},
6060
"devDependencies": {
6161
"@babel/core": "^7.2.2",

0 commit comments

Comments
 (0)