Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
#2040: Do not pin react-dom to specific react version, enable 17+ too
Browse files Browse the repository at this point in the history
  • Loading branch information
NateRadebaugh committed Feb 27, 2022
1 parent ed0f405 commit 197f5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": "^16.8.0"
"react-dom": ">=16.8"
},
"devDependencies": {
"@sheerun/mutationobserver-shim": "^0.3.3",
Expand Down

0 comments on commit 197f5bb

Please sign in to comment.