chore(deps): upgrade dapp examples to 2.0.0-beta.26

This commit is contained in:
Ben Kremer
2022-03-29 11:51:10 +02:00
parent a49358c323
commit a82034fefd
6 changed files with 114 additions and 88 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "react-dapp-v2-with-ethers",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.26",
"private": true,
"keywords": [
"walletconnect",
@@ -29,11 +29,11 @@
},
"dependencies": {
"@ethereumjs/tx": "^3.5.0",
"@walletconnect/client": "2.0.0-beta.23",
"@walletconnect/ethereum-provider": "2.0.0-beta.23",
"@walletconnect/client": "2.0.0-beta.26",
"@walletconnect/ethereum-provider": "2.0.0-beta.26",
"@walletconnect/qrcode-modal": "^1.7.1",
"@walletconnect/types": "2.0.0-beta.23",
"@walletconnect/utils": "2.0.0-beta.23",
"@walletconnect/types": "2.0.0-beta.26",
"@walletconnect/utils": "2.0.0-beta.26",
"axios": "^0.21.1",
"blockies-ts": "^1.0.0",
"caip-api": "^2.0.0-beta.1",