Skip to content

Commit

Permalink
fix: set react peer dependency as range (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Jun 2, 2023
1 parent 669b1ea commit 2ee0078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mgt-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"wc-react": "^0.5.0"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^17.0.1 || ^18.0.0",
"react-dom": "^17.0.1 || ^18.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2ee0078

Please sign in to comment.