Update walletconnect related crates (#71)

This commit is contained in:
Simon Bihel 2023-09-27 08:58:17 +01:00 committed by GitHub
parent ee1b37606c
commit 1902d4a36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 551 additions and 563 deletions

1106
js/ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -49,12 +49,12 @@
"validate": "svelte-check"
},
"dependencies": {
"@wagmi/core": "^1.3.7",
"@web3modal/ethereum": "^2.6.2",
"@web3modal/html": "^2.6.2",
"@wagmi/core": "^1.4.2",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/html": "^2.7.1",
"js-cookie": "^3.0.5",
"siwe": "^2.1.4",
"url": "^0.11.0",
"viem": "^1.0.6"
"viem": "^1.11.1"
}
}