Skip to content

Commit 2ee0078

Browse files
authored
fix: set react peer dependency as range (#2393)
1 parent 669b1ea commit 2ee0078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mgt-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"wc-react": "^0.5.0"
4242
},
4343
"peerDependencies": {
44-
"react": "^17.0.1",
45-
"react-dom": "^17.0.1"
44+
"react": "^17.0.1 || ^18.0.0",
45+
"react-dom": "^17.0.1 || ^18.0.0"
4646
},
4747
"publishConfig": {
4848
"access": "public"

0 commit comments

Comments
 (0)