chore(auth): update examples to 0.3.2

This commit is contained in:
Ben Kremer
2022-09-17 13:08:11 +02:00
parent 9344954415
commit 2cf644ec7a
4 changed files with 32 additions and 358 deletions
+9 -9
View File
@@ -11,7 +11,7 @@
"@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@walletconnect/auth-client": "^0.3.1",
"@walletconnect/auth-client": "^0.3.2",
"better-sqlite3": "^7.6.2",
"ethers": "^5.7.0",
"events": "^3.3.0",
@@ -3029,10 +3029,11 @@
}
},
"node_modules/@walletconnect/auth-client": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-0.3.1.tgz",
"integrity": "sha512-T7MIf95/P7rC1JoworFhtDluCm0fE/sRLUg5drogxGcBb1eD3OtyiCyO4WxdXn5oULjl0IQsbXRBt7wkxWCXAQ==",
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-0.3.2.tgz",
"integrity": "sha512-iImgPUCfVTeYh2bIVvKG0gMOMGkYsFM/Jp5gV1WORRlm70xDbqcAId0cKx+L4Oc+r1vQ3iRUEatHNMWeFizFWQ==",
"dependencies": {
"@ethersproject/wallet": "^5.7.0",
"@stablelib/random": "1.0.2",
"@walletconnect/core": "2.0.0-rc.2",
"@walletconnect/events": "1.0.0",
@@ -3042,7 +3043,6 @@
"@walletconnect/logger": "1.0.1",
"@walletconnect/time": "1.0.1",
"@walletconnect/utils": "2.0.0-rc.2",
"ethers": "^5.6.9",
"events": "^3.3.0",
"pino": "6.7.0",
"pino-pretty": "4.3.0"
@@ -8993,10 +8993,11 @@
}
},
"@walletconnect/auth-client": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-0.3.1.tgz",
"integrity": "sha512-T7MIf95/P7rC1JoworFhtDluCm0fE/sRLUg5drogxGcBb1eD3OtyiCyO4WxdXn5oULjl0IQsbXRBt7wkxWCXAQ==",
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-0.3.2.tgz",
"integrity": "sha512-iImgPUCfVTeYh2bIVvKG0gMOMGkYsFM/Jp5gV1WORRlm70xDbqcAId0cKx+L4Oc+r1vQ3iRUEatHNMWeFizFWQ==",
"requires": {
"@ethersproject/wallet": "^5.7.0",
"@stablelib/random": "1.0.2",
"@walletconnect/core": "2.0.0-rc.2",
"@walletconnect/events": "1.0.0",
@@ -9006,7 +9007,6 @@
"@walletconnect/logger": "1.0.1",
"@walletconnect/time": "1.0.1",
"@walletconnect/utils": "2.0.0-rc.2",
"ethers": "^5.6.9",
"events": "^3.3.0",
"pino": "6.7.0",
"pino-pretty": "4.3.0"
+1 -1
View File
@@ -12,7 +12,7 @@
"@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@walletconnect/auth-client": "^0.3.1",
"@walletconnect/auth-client": "^0.3.2",
"better-sqlite3": "^7.6.2",
"ethers": "^5.7.0",
"events": "^3.3.0",