Skip to content

Commit f87dcd6

Browse files
kelvin9314bkrem
andauthored
fix: allow react v18 as peer dep (#398)
Co-authored-by: Ben Kremer <[email protected]>
1 parent 0d36a65 commit f87dcd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"uuid": "^8.3.1"
7474
},
7575
"peerDependencies": {
76-
"react": "16.x || 17.x",
77-
"react-dom": "16.x || 17.x"
76+
"react": "16.x || 17.x || 18.x",
77+
"react-dom": "16.x || 17.x || 18.x"
7878
},
7979
"devDependencies": {
8080
"@babel/core": "^7.8.3",

0 commit comments

Comments
 (0)