Upgrade dependencies (#84)

Close #82
This commit is contained in:
njxyz
2024-03-25 11:33:08 +01:00
committed by GitHub
parent da69a3a58b
commit 5f704a6ac3
3 changed files with 15099 additions and 2455 deletions

View File

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