Skip to content

Commit

Permalink
bump examples
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Feb 28, 2022
1 parent 45fed56 commit 24fccb1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/example-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"start": "react-scripts start"
},
"dependencies": {
"@web3-react/core": "8.0.15-beta.0",
"@web3-react/empty": "8.0.8-beta.0",
"@web3-react/core": "8.0.17-beta.0",
"@web3-react/empty": "8.0.10-beta.0",
"react-scripts": "^5.0.0",
"react-dom": "^17.0.2"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/example-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"@ethersproject/experimental": "^5.5.0",
"@ethersproject/providers": "^5.5.1",
"@ethersproject/units": "^5.4.0",
"@web3-react/core": "8.0.16-beta.0",
"@web3-react/eip1193": "8.0.11-beta.0",
"@web3-react/empty": "8.0.9-beta.0",
"@web3-react/metamask": "8.0.12-beta.0",
"@web3-react/network": "8.0.12-beta.0",
"@web3-react/types": "8.0.9-beta.0",
"@web3-react/url": "8.0.11-beta.0",
"@web3-react/walletconnect": "8.0.17-beta.0",
"@web3-react/walletlink": "8.0.17-beta.0",
"@web3-react/core": "8.0.17-beta.0",
"@web3-react/eip1193": "8.0.12-beta.0",
"@web3-react/empty": "8.0.10-beta.0",
"@web3-react/metamask": "8.0.13-beta.0",
"@web3-react/network": "8.0.13-beta.0",
"@web3-react/types": "8.0.10-beta.0",
"@web3-react/url": "8.0.12-beta.0",
"@web3-react/walletconnect": "8.0.18-beta.0",
"@web3-react/walletlink": "8.0.18-beta.0",
"next": "^12.1.0",
"react-dom": "^17.0.2"
}
Expand Down

0 comments on commit 24fccb1

Please sign in to comment.