Skip to content

Commit

Permalink
'cleanup'
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfujita committed May 31, 2023
1 parent 2d7c32a commit 092faf8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@uniswap/widgets",
"version": "0.0.1",
"description": "Uniswap Interface",
"homepage": "https://github.com/Uniswap/widgets#readme",
"repository": "https://github.com/Uniswap/widgets",
Expand Down Expand Up @@ -97,8 +96,8 @@
"polished": "^3.3.2",
"popper-max-size-modifier": "^0.2.0",
"qrcode": "^1.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": ">=17.0.1",
"react-dom": ">=17.0.1",
"react-feather": "^2.0.8",
"react-popper": "^2.2.3",
"react-redux": ">=7.2.2",
Expand All @@ -116,8 +115,8 @@
"peerDependencies": {
"@babel/runtime": ">=7.17.0",
"ethers": "^5.7.2",
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"react": ">=17.0.1",
"react-dom": ">=17.0.1",
"react-redux": ">=7.2.2",
"redux": ">=4.1.2",
"styled-components": ">=5"
Expand Down

0 comments on commit 092faf8

Please sign in to comment.