Skip to content

Commit

Permalink
Remove react-dom from core and hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Feb 7, 2022
1 parent a37b464 commit 0a6602e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"framer-motion": "^4"
},
"peerDependencies": {
"react": "*",
"react-dom": "*",
"react": ">= 16.8.0 | >= 17.0.0",
"react-dom": ">= 16.8.0 | >= 17.0.0",
"ethers": "^5.5.2"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
},
"peerDependencies": {
"ethers": "^5.5.1",
"react": "*",
"react-dom": "*"
"react": ">= 16.8.0 | >= 17.0.0"
},
"devDependencies": {
"@web3-ui/hooks": "^0.10.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"web3modal": "^1.9.4"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react": ">= 16.8.0 | >= 17.0.0",
"ethers": "^5.5.1"
},
"devDependencies": {
Expand Down

0 comments on commit 0a6602e

Please sign in to comment.