chore(deps): upgrades auth examples to auth-client@1.0.0

This commit is contained in:
Ben Kremer
2022-10-24 17:55:36 +02:00
parent 5f484ae65d
commit 56ae6fa032
6 changed files with 313 additions and 343 deletions
+62 -62
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.4.0",
"@walletconnect/auth-client": "1.0.0",
"better-sqlite3": "^7.6.2",
"ethers": "^5.7.0",
"events": "^3.3.0",
@@ -3029,9 +3029,9 @@
}
},
"node_modules/@walletconnect/auth-client": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-0.4.0.tgz",
"integrity": "sha512-VyJZQvz8qsojorrvCi/68qVmKup8DznmPOuSexpmCAuodzQq+OUSeuTlEWFDckWdDUQMNTSt8//7HAayzGx//A==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-1.0.0.tgz",
"integrity": "sha512-O2vaaMqILtkSvj0ZGXba4fn0qNFfFEhVPkBkjygo9IpUqwUE9zbhl3yJZ1F5KrOQCVTBZeHEvkIz8GEV2YPzPw==",
"dependencies": {
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
@@ -3039,20 +3039,20 @@
"@ethersproject/providers": "^5.7.1",
"@ethersproject/transactions": "^5.7.0",
"@stablelib/random": "1.0.2",
"@walletconnect/core": "2.0.0-rc.2",
"@walletconnect/core": "2.0.0",
"@walletconnect/events": "1.0.0",
"@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-provider": "1.0.5",
"@walletconnect/jsonrpc-utils": "1.0.3",
"@walletconnect/logger": "1.0.1",
"@walletconnect/time": "1.0.1",
"@walletconnect/utils": "2.0.0-rc.2",
"@walletconnect/utils": "2.0.0",
"events": "^3.3.0",
"pino": "6.7.0",
"pino-pretty": "4.3.0"
},
"engines": {
"node": "16"
"node": ">=14 <17"
}
},
"node_modules/@walletconnect/auth-client/node_modules/@ethersproject/providers": {
@@ -3113,22 +3113,22 @@
}
},
"node_modules/@walletconnect/core": {
"version": "2.0.0-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.0.0-rc.2.tgz",
"integrity": "sha512-zyZs0ChqthjKKBKF8bhXRhli15U+GOa/YPX4gzmdjRB9o8LZ27GMRNvWdLhUHkJU/GC6EfmV3/B7J8rfQGsnDA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.0.0.tgz",
"integrity": "sha512-cdgeOXormJDMFEgoBcDHxQ3F81H8N/o4rNHFGJjwAahGmdJ+/X3OVJrJMJSgYnByZE0lkJ0NQIncuvVPFwhbQg==",
"dependencies": {
"@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-provider": "1.0.5",
"@walletconnect/jsonrpc-utils": "1.0.3",
"@walletconnect/jsonrpc-ws-connection": "1.0.3",
"@walletconnect/keyvaluestorage": "1.0.0",
"@walletconnect/keyvaluestorage": "1.0.1-rc.2",
"@walletconnect/logger": "1.0.1",
"@walletconnect/relay-api": "1.0.6",
"@walletconnect/relay-auth": "1.0.3",
"@walletconnect/safe-json": "1.0.0",
"@walletconnect/time": "1.0.1",
"@walletconnect/types": "2.0.0-rc.2",
"@walletconnect/utils": "2.0.0-rc.2",
"@walletconnect/types": "2.0.0",
"@walletconnect/utils": "2.0.0",
"lodash.isequal": "4.5.0",
"pino": "6.7.0",
"pino-pretty": "4.3.0",
@@ -3136,22 +3136,22 @@
}
},
"node_modules/@walletconnect/core/node_modules/@walletconnect/keyvaluestorage": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.0.tgz",
"integrity": "sha512-dlIrX/pCjuXMUprkLdy0hw0Ibr3To9nCdG19mPqd/lRdRWsPItBL+79LClVplMxb0cuF3qlTuGTNx/hmUKYmWA==",
"version": "1.0.1-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.1-rc.2.tgz",
"integrity": "sha512-W704vnzAAZ4b/v7vEvYDul7fZ+TtG2vIfw8J41N8DnfBeee3IZ/urSrsAPaNUcDZArAWv/ZOYrIGHz5K9sdeUA==",
"dependencies": {
"localStorage": "^1.0.4",
"safe-json-utils": "^1.1.1"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "1.x",
"better-sqlite3": "7.x"
"lokijs": "1.x"
},
"peerDependenciesMeta": {
"@react-native-async-storage/async-storage": {
"optional": true
},
"better-sqlite3": {
"lokijs": {
"optional": true
}
}
@@ -3253,41 +3253,41 @@
"integrity": "sha512-LtNtHupTNranehLMh8Z/JN6xVySysSoJNjNCQ0ML+hOUkim5QX/VdvfovSpaX9qA2b95u7bIuTcq0O3UBk7Iyw=="
},
"node_modules/@walletconnect/types": {
"version": "2.0.0-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.0.0-rc.2.tgz",
"integrity": "sha512-BuQbEjkRIZULqBHBxKgGiUgeJ1i+5NpNvw5Y7ML7X+hksHooj0+Hy6qv7Jc/cegltEovElAU2w6R38dfuEPUOA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.0.0.tgz",
"integrity": "sha512-Adm+A5cC1+M+aRh3BPzH85v5lbNf2tFKrVVZ1bcl6SuDIsoi7amjIU9IEzOs+F9g53AxFgwLlBVRaqARMOEGkA==",
"dependencies": {
"@walletconnect/events": "1.0.0",
"@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-types": "1.0.1",
"@walletconnect/keyvaluestorage": "1.0.0"
"@walletconnect/keyvaluestorage": "1.0.1-rc.2"
}
},
"node_modules/@walletconnect/types/node_modules/@walletconnect/keyvaluestorage": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.0.tgz",
"integrity": "sha512-dlIrX/pCjuXMUprkLdy0hw0Ibr3To9nCdG19mPqd/lRdRWsPItBL+79LClVplMxb0cuF3qlTuGTNx/hmUKYmWA==",
"version": "1.0.1-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.1-rc.2.tgz",
"integrity": "sha512-W704vnzAAZ4b/v7vEvYDul7fZ+TtG2vIfw8J41N8DnfBeee3IZ/urSrsAPaNUcDZArAWv/ZOYrIGHz5K9sdeUA==",
"dependencies": {
"localStorage": "^1.0.4",
"safe-json-utils": "^1.1.1"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "1.x",
"better-sqlite3": "7.x"
"lokijs": "1.x"
},
"peerDependenciesMeta": {
"@react-native-async-storage/async-storage": {
"optional": true
},
"better-sqlite3": {
"lokijs": {
"optional": true
}
}
},
"node_modules/@walletconnect/utils": {
"version": "2.0.0-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.0.0-rc.2.tgz",
"integrity": "sha512-G4qa4zirL3MbryhWf/+4uew7wV3gtLmIt09FVtWQLhPCePrlA0A8EuPXYQAqW58gQpFIsuUiKUYfy3kRMkp4WA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.0.0.tgz",
"integrity": "sha512-WL4gGUp5cGxfWqktSci6j3iowEK/TM4kVENDILYn1pZ57Q6g7CqJ7Ls3p1qDDkhw9dfypqjEx9i0h0mzCyFTIQ==",
"dependencies": {
"@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/hkdf": "1.0.1",
@@ -3298,7 +3298,7 @@
"@walletconnect/relay-api": "1.0.6",
"@walletconnect/safe-json": "1.0.0",
"@walletconnect/time": "1.0.1",
"@walletconnect/types": "2.0.0-rc.2",
"@walletconnect/types": "2.0.0",
"@walletconnect/window-getters": "1.0.0",
"@walletconnect/window-metadata": "1.0.0",
"detect-browser": "5.3.0",
@@ -5568,9 +5568,9 @@
"license": "MIT"
},
"node_modules/multiformats": {
"version": "9.7.1",
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.7.1.tgz",
"integrity": "sha512-TaVmGEBt0fhxiNJMGphBfB+oGvUxFs8KgGvgl8d3C+GWtrFcvXdJ2196eg+dYhmSFClmgFfSfJEklo+SZzdNuw=="
"version": "9.9.0",
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz",
"integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg=="
},
"node_modules/nanoid": {
"version": "3.3.4",
@@ -9054,9 +9054,9 @@
}
},
"@walletconnect/auth-client": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-0.4.0.tgz",
"integrity": "sha512-VyJZQvz8qsojorrvCi/68qVmKup8DznmPOuSexpmCAuodzQq+OUSeuTlEWFDckWdDUQMNTSt8//7HAayzGx//A==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-1.0.0.tgz",
"integrity": "sha512-O2vaaMqILtkSvj0ZGXba4fn0qNFfFEhVPkBkjygo9IpUqwUE9zbhl3yJZ1F5KrOQCVTBZeHEvkIz8GEV2YPzPw==",
"requires": {
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
@@ -9064,14 +9064,14 @@
"@ethersproject/providers": "^5.7.1",
"@ethersproject/transactions": "^5.7.0",
"@stablelib/random": "1.0.2",
"@walletconnect/core": "2.0.0-rc.2",
"@walletconnect/core": "2.0.0",
"@walletconnect/events": "1.0.0",
"@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-provider": "1.0.5",
"@walletconnect/jsonrpc-utils": "1.0.3",
"@walletconnect/logger": "1.0.1",
"@walletconnect/time": "1.0.1",
"@walletconnect/utils": "2.0.0-rc.2",
"@walletconnect/utils": "2.0.0",
"events": "^3.3.0",
"pino": "6.7.0",
"pino-pretty": "4.3.0"
@@ -9113,22 +9113,22 @@
}
},
"@walletconnect/core": {
"version": "2.0.0-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.0.0-rc.2.tgz",
"integrity": "sha512-zyZs0ChqthjKKBKF8bhXRhli15U+GOa/YPX4gzmdjRB9o8LZ27GMRNvWdLhUHkJU/GC6EfmV3/B7J8rfQGsnDA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.0.0.tgz",
"integrity": "sha512-cdgeOXormJDMFEgoBcDHxQ3F81H8N/o4rNHFGJjwAahGmdJ+/X3OVJrJMJSgYnByZE0lkJ0NQIncuvVPFwhbQg==",
"requires": {
"@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-provider": "1.0.5",
"@walletconnect/jsonrpc-utils": "1.0.3",
"@walletconnect/jsonrpc-ws-connection": "1.0.3",
"@walletconnect/keyvaluestorage": "1.0.0",
"@walletconnect/keyvaluestorage": "1.0.1-rc.2",
"@walletconnect/logger": "1.0.1",
"@walletconnect/relay-api": "1.0.6",
"@walletconnect/relay-auth": "1.0.3",
"@walletconnect/safe-json": "1.0.0",
"@walletconnect/time": "1.0.1",
"@walletconnect/types": "2.0.0-rc.2",
"@walletconnect/utils": "2.0.0-rc.2",
"@walletconnect/types": "2.0.0",
"@walletconnect/utils": "2.0.0",
"lodash.isequal": "4.5.0",
"pino": "6.7.0",
"pino-pretty": "4.3.0",
@@ -9136,9 +9136,9 @@
},
"dependencies": {
"@walletconnect/keyvaluestorage": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.0.tgz",
"integrity": "sha512-dlIrX/pCjuXMUprkLdy0hw0Ibr3To9nCdG19mPqd/lRdRWsPItBL+79LClVplMxb0cuF3qlTuGTNx/hmUKYmWA==",
"version": "1.0.1-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.1-rc.2.tgz",
"integrity": "sha512-W704vnzAAZ4b/v7vEvYDul7fZ+TtG2vIfw8J41N8DnfBeee3IZ/urSrsAPaNUcDZArAWv/ZOYrIGHz5K9sdeUA==",
"requires": {
"localStorage": "^1.0.4",
"safe-json-utils": "^1.1.1"
@@ -9243,20 +9243,20 @@
"integrity": "sha512-LtNtHupTNranehLMh8Z/JN6xVySysSoJNjNCQ0ML+hOUkim5QX/VdvfovSpaX9qA2b95u7bIuTcq0O3UBk7Iyw=="
},
"@walletconnect/types": {
"version": "2.0.0-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.0.0-rc.2.tgz",
"integrity": "sha512-BuQbEjkRIZULqBHBxKgGiUgeJ1i+5NpNvw5Y7ML7X+hksHooj0+Hy6qv7Jc/cegltEovElAU2w6R38dfuEPUOA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.0.0.tgz",
"integrity": "sha512-Adm+A5cC1+M+aRh3BPzH85v5lbNf2tFKrVVZ1bcl6SuDIsoi7amjIU9IEzOs+F9g53AxFgwLlBVRaqARMOEGkA==",
"requires": {
"@walletconnect/events": "1.0.0",
"@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-types": "1.0.1",
"@walletconnect/keyvaluestorage": "1.0.0"
"@walletconnect/keyvaluestorage": "1.0.1-rc.2"
},
"dependencies": {
"@walletconnect/keyvaluestorage": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.0.tgz",
"integrity": "sha512-dlIrX/pCjuXMUprkLdy0hw0Ibr3To9nCdG19mPqd/lRdRWsPItBL+79LClVplMxb0cuF3qlTuGTNx/hmUKYmWA==",
"version": "1.0.1-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.1-rc.2.tgz",
"integrity": "sha512-W704vnzAAZ4b/v7vEvYDul7fZ+TtG2vIfw8J41N8DnfBeee3IZ/urSrsAPaNUcDZArAWv/ZOYrIGHz5K9sdeUA==",
"requires": {
"localStorage": "^1.0.4",
"safe-json-utils": "^1.1.1"
@@ -9265,9 +9265,9 @@
}
},
"@walletconnect/utils": {
"version": "2.0.0-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.0.0-rc.2.tgz",
"integrity": "sha512-G4qa4zirL3MbryhWf/+4uew7wV3gtLmIt09FVtWQLhPCePrlA0A8EuPXYQAqW58gQpFIsuUiKUYfy3kRMkp4WA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.0.0.tgz",
"integrity": "sha512-WL4gGUp5cGxfWqktSci6j3iowEK/TM4kVENDILYn1pZ57Q6g7CqJ7Ls3p1qDDkhw9dfypqjEx9i0h0mzCyFTIQ==",
"requires": {
"@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/hkdf": "1.0.1",
@@ -9278,7 +9278,7 @@
"@walletconnect/relay-api": "1.0.6",
"@walletconnect/safe-json": "1.0.0",
"@walletconnect/time": "1.0.1",
"@walletconnect/types": "2.0.0-rc.2",
"@walletconnect/types": "2.0.0",
"@walletconnect/window-getters": "1.0.0",
"@walletconnect/window-metadata": "1.0.0",
"detect-browser": "5.3.0",
@@ -10765,9 +10765,9 @@
"version": "2.1.2"
},
"multiformats": {
"version": "9.7.1",
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.7.1.tgz",
"integrity": "sha512-TaVmGEBt0fhxiNJMGphBfB+oGvUxFs8KgGvgl8d3C+GWtrFcvXdJ2196eg+dYhmSFClmgFfSfJEklo+SZzdNuw=="
"version": "9.9.0",
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz",
"integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg=="
},
"nanoid": {
"version": "3.3.4"
+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.4.0",
"@walletconnect/auth-client": "1.0.0",
"better-sqlite3": "^7.6.2",
"ethers": "^5.7.0",
"events": "^3.3.0",