diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 313d18b2..1e764da7 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -14,7 +14,7 @@ "@perawallet/connect": "^1.4.1", "@txnlab/use-wallet-react": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.19.2", + "@walletconnect/sign-client": "^2.20.3", "algosdk": "3.2.0", "lute-connect": "^1.6.1", "next": "14.2.26", diff --git a/examples/nuxt/package.json b/examples/nuxt/package.json index 7d776163..0fe40585 100644 --- a/examples/nuxt/package.json +++ b/examples/nuxt/package.json @@ -18,7 +18,7 @@ "@txnlab/use-wallet": "workspace:*", "@txnlab/use-wallet-vue": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.19.2", + "@walletconnect/sign-client": "^2.20.3", "algosdk": "3.2.0", "lute-connect": "^1.6.1", "nuxt": "3.16.1", diff --git a/examples/react-ts/package.json b/examples/react-ts/package.json index fa9a8c08..7948d106 100644 --- a/examples/react-ts/package.json +++ b/examples/react-ts/package.json @@ -15,7 +15,7 @@ "@perawallet/connect": "^1.4.1", "@txnlab/use-wallet-react": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.19.2", + "@walletconnect/sign-client": "^2.20.3", "algosdk": "3.2.0", "lute-connect": "^1.6.1", "react": "18.3.1", diff --git a/examples/solid-ts/package.json b/examples/solid-ts/package.json index 4f0cc05c..51ed89e3 100644 --- a/examples/solid-ts/package.json +++ b/examples/solid-ts/package.json @@ -16,7 +16,7 @@ "@perawallet/connect": "^1.4.1", "@txnlab/use-wallet-solid": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.19.2", + "@walletconnect/sign-client": "^2.20.3", "algosdk": "3.2.0", "lute-connect": "^1.6.1", "solid-js": "1.9.5" diff --git a/examples/vanilla-ts/package.json b/examples/vanilla-ts/package.json index 8ab1fd4d..b6f9498d 100644 --- a/examples/vanilla-ts/package.json +++ b/examples/vanilla-ts/package.json @@ -10,7 +10,7 @@ "test:e2e": "playwright test" }, "devDependencies": { - "@walletconnect/types": "2.19.2", + "@walletconnect/types": "2.20.3", "typescript": "5.8.2", "vite": "6.2.3" }, @@ -20,7 +20,7 @@ "@perawallet/connect": "^1.4.1", "@txnlab/use-wallet": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.19.2", + "@walletconnect/sign-client": "^2.20.3", "algosdk": "3.2.0", "lute-connect": "^1.6.1" } diff --git a/examples/vue-ts/package.json b/examples/vue-ts/package.json index bfc29e5d..d3979c56 100644 --- a/examples/vue-ts/package.json +++ b/examples/vue-ts/package.json @@ -15,7 +15,7 @@ "@perawallet/connect": "^1.4.1", "@txnlab/use-wallet-vue": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.19.2", + "@walletconnect/sign-client": "^2.20.3", "algosdk": "3.2.0", "lute-connect": "^1.6.1", "vue": "3.5.13" diff --git a/packages/use-wallet-react/package.json b/packages/use-wallet-react/package.json index 984c2a63..a109e294 100644 --- a/packages/use-wallet-react/package.json +++ b/packages/use-wallet-react/package.json @@ -55,7 +55,7 @@ "@magic-ext/algorand": "^23.20.0", "@walletconnect/modal": "^2.7.0", "@perawallet/connect": "^1.4.1", - "@walletconnect/sign-client": "^2.19.2", + "@walletconnect/sign-client": "^2.20.3", "algosdk": "^3.0.0", "lute-connect": "^1.6.1", "magic-sdk": "^28.21.1", diff --git a/packages/use-wallet-solid/package.json b/packages/use-wallet-solid/package.json index 9cf8cbec..456178fd 100644 --- a/packages/use-wallet-solid/package.json +++ b/packages/use-wallet-solid/package.json @@ -77,7 +77,7 @@ "@magic-ext/algorand": "^23.20.0", "@perawallet/connect": "^1.4.1", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.19.2", + "@walletconnect/sign-client": "^2.20.3", "algosdk": "^3.0.0", "lute-connect": "^1.6.1", "magic-sdk": "^28.21.1" diff --git a/packages/use-wallet-vue/package.json b/packages/use-wallet-vue/package.json index 15a9c98d..bf5c2d83 100644 --- a/packages/use-wallet-vue/package.json +++ b/packages/use-wallet-vue/package.json @@ -52,7 +52,7 @@ "@magic-ext/algorand": "^23.20.0", "@perawallet/connect": "^1.4.1", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.19.2", + "@walletconnect/sign-client": "^2.20.3", "algosdk": "^3.0.0", "lute-connect": "^1.6.1", "magic-sdk": "^28.21.1", diff --git a/packages/use-wallet/package.json b/packages/use-wallet/package.json index a061114d..fd86530e 100644 --- a/packages/use-wallet/package.json +++ b/packages/use-wallet/package.json @@ -48,8 +48,8 @@ "@types/node": "20.11.30", "@walletconnect/modal": "2.7.0", "@walletconnect/modal-core": "2.7.0", - "@walletconnect/sign-client": "2.19.2", - "@walletconnect/types": "2.19.2", + "@walletconnect/sign-client": "2.20.3", + "@walletconnect/types": "2.20.3", "algosdk": "3.2.0", "lute-connect": "1.6.1", "magic-sdk": "28.21.1", @@ -61,7 +61,7 @@ "@blockshake/defly-connect": "^1.2.1", "@perawallet/connect": "^1.4.1", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.19.2", + "@walletconnect/sign-client": "^2.20.3", "algosdk": "^3.0.0", "lute-connect": "^1.6.1" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a9f5cb39..c9283c2e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -81,8 +81,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.20)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.19.2 - version: 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + specifier: ^2.20.3 + version: 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) algosdk: specifier: 3.2.0 version: 3.2.0 @@ -139,8 +139,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.20)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.19.2 - version: 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + specifier: ^2.20.3 + version: 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) algosdk: specifier: 3.2.0 version: 3.2.0 @@ -185,8 +185,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.20)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.19.2 - version: 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + specifier: ^2.20.3 + version: 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) algosdk: specifier: 3.2.0 version: 3.2.0 @@ -249,8 +249,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.20)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.19.2 - version: 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + specifier: ^2.20.3 + version: 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) algosdk: specifier: 3.2.0 version: 3.2.0 @@ -289,8 +289,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.20)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.19.2 - version: 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + specifier: ^2.20.3 + version: 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) algosdk: specifier: 3.2.0 version: 3.2.0 @@ -299,8 +299,8 @@ importers: version: 1.6.1 devDependencies: '@walletconnect/types': - specifier: 2.19.2 - version: 2.19.2(db0@0.3.1)(ioredis@5.6.0) + specifier: 2.20.3 + version: 2.20.3(db0@0.3.1)(ioredis@5.6.0) typescript: specifier: 5.8.2 version: 5.8.2 @@ -326,8 +326,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.20)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.19.2 - version: 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + specifier: ^2.20.3 + version: 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) algosdk: specifier: 3.2.0 version: 3.2.0 @@ -382,11 +382,11 @@ importers: specifier: 2.7.0 version: 2.7.0(@types/react@18.3.20)(react@18.3.1) '@walletconnect/sign-client': - specifier: 2.19.2 - version: 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + specifier: 2.20.3 + version: 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) '@walletconnect/types': - specifier: 2.19.2 - version: 2.19.2(db0@0.3.1)(ioredis@5.6.0) + specifier: 2.20.3 + version: 2.20.3(db0@0.3.1)(ioredis@5.6.0) algosdk: specifier: 3.2.0 version: 3.2.0 @@ -424,8 +424,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.20)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.19.2 - version: 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + specifier: ^2.20.3 + version: 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) lute-connect: specifier: ^1.6.1 version: 1.6.1 @@ -476,8 +476,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.20)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.19.2 - version: 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + specifier: ^2.20.3 + version: 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) lute-connect: specifier: ^1.6.1 version: 1.6.1 @@ -525,8 +525,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.20)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.19.2 - version: 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + specifier: ^2.20.3 + version: 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) lute-connect: specifier: ^1.6.1 version: 1.6.1 @@ -1337,6 +1337,7 @@ packages: '@oxc-parser/wasm@0.60.0': resolution: {integrity: sha512-Dkf9/D87WGBCW3L0+1DtpAfL4SrNsgeRvxwjpKCtbH7Kf6K+pxrT0IridaJfmWKu1Ml+fDvj+7HEyBcfUC/TXQ==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. '@oxc-project/types@0.56.5': resolution: {integrity: sha512-skY3kOJwp22W4RkaadH1hZ3hqFHjkRrIIE0uQ4VUg+/Chvbl+2pF+B55IrIk2dgsKXS57YEUsJuN6I6s4rgFjA==} @@ -2084,8 +2085,8 @@ packages: '@walletconnect/core@1.8.0': resolution: {integrity: sha512-aFTHvEEbXcZ8XdWBw6rpQDte41Rxwnuk3SgTD8/iKGSRTni50gI9S3YEzMj05jozSiOBxQci4pJDMVhIUMtarw==} - '@walletconnect/core@2.19.2': - resolution: {integrity: sha512-iu0mgLj51AXcKpdNj8+4EdNNBd/mkNjLEhZn6UMc/r7BM9WbmpPMEydA39WeRLbdLO4kbpmq4wTbiskI1rg+HA==} + '@walletconnect/core@2.20.3': + resolution: {integrity: sha512-2xMopmR6Inx4d4PIwChnfQxdpb828WAwXWj+DodcDpt1aqusknVfkoDtx/PL1+KyqEbyiUdlW09krjnRvT82KQ==} engines: {node: '>=18'} '@walletconnect/crypto@1.1.0': @@ -2137,6 +2138,7 @@ packages: '@walletconnect/modal@2.7.0': resolution: {integrity: sha512-RQVt58oJ+rwqnPcIvRFeMGKuXb9qkgSmwz4noF8JZGUym3gUAzVs+uW2NQ1Owm9XOJAV+sANrtJ+VoVq1ftElw==} + deprecated: Please follow the migration guide on https://docs.reown.com/appkit/upgrade/wcm '@walletconnect/randombytes@1.1.0': resolution: {integrity: sha512-X+LO/9ClnXX2Q/1+u83qMnohVaxC4qsXByM/gMSwGMrUObxEiqEWS+b9Upg9oNl6mTr85dTCRF8W17KVcKKXQw==} @@ -2153,8 +2155,8 @@ packages: '@walletconnect/safe-json@1.0.2': resolution: {integrity: sha512-Ogb7I27kZ3LPC3ibn8ldyUr5544t3/STow9+lzz7Sfo808YD7SBWk7SAsdBFlYgP2zDRy2hS3sKRcuSRM0OTmA==} - '@walletconnect/sign-client@2.19.2': - resolution: {integrity: sha512-a/K5PRIFPCjfHq5xx3WYKHAAF8Ft2I1LtxloyibqiQOoUtNLfKgFB1r8sdMvXM7/PADNPe4iAw4uSE6PrARrfg==} + '@walletconnect/sign-client@2.20.3': + resolution: {integrity: sha512-78nW9UCRRvXgcp0M8lpbRBuu301LZb+jAGeFYIhVat0JGOzxHPVl+Wu+ruVrA6e4a8JYns7V1443r3qEc3Pj2Q==} '@walletconnect/socket-transport@1.8.0': resolution: {integrity: sha512-5DyIyWrzHXTcVp0Vd93zJ5XMW61iDM6bcWT4p8DTRfFsOtW46JquruMhxOLeCOieM4D73kcr3U7WtyR4JUsGuQ==} @@ -2166,14 +2168,14 @@ packages: resolution: {integrity: sha512-Cn+3I0V0vT9ghMuzh1KzZvCkiAxTq+1TR2eSqw5E5AVWfmCtECFkVZBP6uUJZ8YjwLqXheI+rnjqPy7sVM4Fyg==} deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' - '@walletconnect/types@2.19.2': - resolution: {integrity: sha512-/LZWhkVCUN+fcTgQUxArxhn2R8DF+LSd/6Wh9FnpjeK/Sdupx1EPS8okWG6WPAqq2f404PRoNAfQytQ82Xdl3g==} + '@walletconnect/types@2.20.3': + resolution: {integrity: sha512-Onco0uRzXnyK8zcwygjrip2CuWqJ7NhuRDPqoNQEjKma9CNdWxOhHu6a+iV+4nJ/gQrpZYSaEfJLVw+UdUPxKA==} '@walletconnect/utils@1.8.0': resolution: {integrity: sha512-zExzp8Mj1YiAIBfKNm5u622oNw44WOESzo6hj+Q3apSMIb0Jph9X3GDIdbZmvVZsNPxWDL7uodKgZcCInZv2vA==} - '@walletconnect/utils@2.19.2': - resolution: {integrity: sha512-VU5CcUF4sZDg8a2/ov29OJzT3KfLuZqJUM0GemW30dlipI5fkpb0VPenZK7TcdLPXc1LN+Q+7eyTqHRoAu/BIA==} + '@walletconnect/utils@2.20.3': + resolution: {integrity: sha512-16/5UpR60lKWsyIMP9XeYup3XCOIxgPDOqxCRhm9iAT2XMFGqzBi8CL8U8AEreJelNZ0map4McgLKNaGZCU1NA==} '@walletconnect/window-getters@1.0.0': resolution: {integrity: sha512-xB0SQsLaleIYIkSsl43vm8EwETpBzJ2gnzk7e0wMF3ktqiTGS6TFHxcprMl5R44KKh4tCcHCJwolMCaDSwtAaA==} @@ -8218,7 +8220,7 @@ snapshots: - bufferutil - utf-8-validate - '@walletconnect/core@2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4)': + '@walletconnect/core@2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4)': dependencies: '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-provider': 1.0.14 @@ -8231,8 +8233,8 @@ snapshots: '@walletconnect/relay-auth': 1.1.0 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.19.2(db0@0.3.1)(ioredis@5.6.0) - '@walletconnect/utils': 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + '@walletconnect/types': 2.20.3(db0@0.3.1)(ioredis@5.6.0) + '@walletconnect/utils': 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) '@walletconnect/window-getters': 1.0.1 es-toolkit: 1.33.0 events: 3.3.0 @@ -8403,16 +8405,16 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/sign-client@2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4)': + '@walletconnect/sign-client@2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4)': dependencies: - '@walletconnect/core': 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + '@walletconnect/core': 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.19.2(db0@0.3.1)(ioredis@5.6.0) - '@walletconnect/utils': 2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) + '@walletconnect/types': 2.20.3(db0@0.3.1)(ioredis@5.6.0) + '@walletconnect/utils': 2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -8453,7 +8455,7 @@ snapshots: '@walletconnect/types@1.8.0': {} - '@walletconnect/types@2.19.2(db0@0.3.1)(ioredis@5.6.0)': + '@walletconnect/types@2.20.3(db0@0.3.1)(ioredis@5.6.0)': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 @@ -8491,7 +8493,7 @@ snapshots: js-sha3: 0.8.0 query-string: 6.13.5 - '@walletconnect/utils@2.19.2(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4)': + '@walletconnect/utils@2.20.3(bufferutil@4.0.9)(db0@0.3.1)(ioredis@5.6.0)(typescript@5.8.2)(utf-8-validate@5.0.10)(zod@3.24.4)': dependencies: '@noble/ciphers': 1.2.1 '@noble/curves': 1.8.1 @@ -8502,7 +8504,7 @@ snapshots: '@walletconnect/relay-auth': 1.1.0 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.19.2(db0@0.3.1)(ioredis@5.6.0) + '@walletconnect/types': 2.20.3(db0@0.3.1)(ioredis@5.6.0) '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 bs58: 6.0.0 @@ -8542,7 +8544,7 @@ snapshots: '@walletconnect/window-metadata@1.0.0': dependencies: - '@walletconnect/window-getters': 1.0.0 + '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata@1.0.1': dependencies: @@ -9599,8 +9601,8 @@ snapshots: '@typescript-eslint/parser': 8.28.0(eslint@8.57.1)(typescript@5.8.2) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.10.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-import-resolver-typescript: 3.10.0(eslint-plugin-import@2.31.0)(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1) eslint-plugin-react: 7.37.4(eslint@8.57.1) eslint-plugin-react-hooks: 5.0.0-canary-7118f5dd7-20230705(eslint@8.57.1) @@ -9623,7 +9625,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1): + eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0)(eslint@8.57.1): dependencies: '@nolyfill/is-core-module': 1.0.39 debug: 4.4.0 @@ -9634,22 +9636,22 @@ snapshots: tinyglobby: 0.2.12 unrs-resolver: 1.3.3 optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1) transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: '@typescript-eslint/parser': 8.28.0(eslint@8.57.1)(typescript@5.8.2) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.10.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1) + eslint-import-resolver-typescript: 3.10.0(eslint-plugin-import@2.31.0)(eslint@8.57.1) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -9660,7 +9662,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.28.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3