chore(auth): update examples to 0.3.1

This commit is contained in:
Ben Kremer
2022-09-17 13:08:11 +02:00
parent 8146e37fc6
commit 44d11ddfbd
4 changed files with 16 additions and 16 deletions
+7 -7
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.0",
"@walletconnect/auth-client": "^0.3.1",
"better-sqlite3": "^7.6.2",
"ethers": "^5.7.0",
"events": "^3.3.0",
@@ -3029,9 +3029,9 @@
}
},
"node_modules/@walletconnect/auth-client": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-0.3.0.tgz",
"integrity": "sha512-5wV2UxC1zmfSLmTpwFL15mWtVHODY4JcHJ6o07YDnPNcRUI6gF7VQNtkqtIt91UaCocVKAJNgwDkNv3H4yfCTA==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-0.3.1.tgz",
"integrity": "sha512-T7MIf95/P7rC1JoworFhtDluCm0fE/sRLUg5drogxGcBb1eD3OtyiCyO4WxdXn5oULjl0IQsbXRBt7wkxWCXAQ==",
"dependencies": {
"@stablelib/random": "1.0.2",
"@walletconnect/core": "2.0.0-rc.2",
@@ -8993,9 +8993,9 @@
}
},
"@walletconnect/auth-client": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-0.3.0.tgz",
"integrity": "sha512-5wV2UxC1zmfSLmTpwFL15mWtVHODY4JcHJ6o07YDnPNcRUI6gF7VQNtkqtIt91UaCocVKAJNgwDkNv3H4yfCTA==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-0.3.1.tgz",
"integrity": "sha512-T7MIf95/P7rC1JoworFhtDluCm0fE/sRLUg5drogxGcBb1eD3OtyiCyO4WxdXn5oULjl0IQsbXRBt7wkxWCXAQ==",
"requires": {
"@stablelib/random": "1.0.2",
"@walletconnect/core": "2.0.0-rc.2",
+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.0",
"@walletconnect/auth-client": "^0.3.1",
"better-sqlite3": "^7.6.2",
"ethers": "^5.7.0",
"events": "^3.3.0",