Skip to content

Commit c016d5d

Browse files
authored
chore: update thirdweb version (#556)
1 parent 1dc5d59 commit c016d5d

File tree

2 files changed

+114
-2
lines changed

2 files changed

+114
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"pino-pretty": "^10.0.0",
7070
"prisma": "5.14.0-dev.61",
7171
"superjson": "^2.2.1",
72-
"thirdweb": "^5.25.1",
72+
"thirdweb": "^5.29.6",
7373
"uuid": "^9.0.1",
7474
"viem": "^1.14.0",
7575
"zod": "^3.23.8"

yarn.lock

Lines changed: 113 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4270,6 +4270,29 @@
42704270
lodash.isequal "4.5.0"
42714271
uint8arrays "3.1.0"
42724272

4273+
"@walletconnect/[email protected]":
4274+
version "2.13.3"
4275+
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.13.3.tgz#d98fccefe36c6b365812fd0f7237a0f9634bafb6"
4276+
integrity sha512-TdF+rC6rONJGyOUtt/nLkbyQWjnkwbD3kXq3ZA0Q7+tYtmSjTDE4wbArlLbHIbtf69g+9/DpEVEQimWWcEOn2g==
4277+
dependencies:
4278+
"@walletconnect/heartbeat" "1.2.2"
4279+
"@walletconnect/jsonrpc-provider" "1.0.14"
4280+
"@walletconnect/jsonrpc-types" "1.0.4"
4281+
"@walletconnect/jsonrpc-utils" "1.0.8"
4282+
"@walletconnect/jsonrpc-ws-connection" "1.0.14"
4283+
"@walletconnect/keyvaluestorage" "1.1.1"
4284+
"@walletconnect/logger" "2.1.2"
4285+
"@walletconnect/relay-api" "1.0.10"
4286+
"@walletconnect/relay-auth" "1.0.4"
4287+
"@walletconnect/safe-json" "1.0.2"
4288+
"@walletconnect/time" "1.0.2"
4289+
"@walletconnect/types" "2.13.3"
4290+
"@walletconnect/utils" "2.13.3"
4291+
events "3.3.0"
4292+
isomorphic-unfetch "3.1.0"
4293+
lodash.isequal "4.5.0"
4294+
uint8arrays "3.1.0"
4295+
42734296
"@walletconnect/environment@^1.0.1":
42744297
version "1.0.1"
42754298
resolved "https://registry.yarnpkg.com/@walletconnect/environment/-/environment-1.0.1.tgz#1d7f82f0009ab821a2ba5ad5e5a7b8ae3b214cd7"
@@ -4480,6 +4503,21 @@
44804503
"@walletconnect/utils" "2.13.1"
44814504
events "3.3.0"
44824505

4506+
"@walletconnect/sign-client@^2.13.1":
4507+
version "2.13.3"
4508+
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.13.3.tgz#9f8c826000bf3d6ea782f7325bc87e9f260e71ce"
4509+
integrity sha512-3Pcq6trHWdBZn5X0VUFQ3zJaaqyEbMW9WNVKcZ2SakIpQAwySd08Mztvq48G98jfucdgP3tjGPbBvzHX9vJX7w==
4510+
dependencies:
4511+
"@walletconnect/core" "2.13.3"
4512+
"@walletconnect/events" "1.0.1"
4513+
"@walletconnect/heartbeat" "1.2.2"
4514+
"@walletconnect/jsonrpc-utils" "1.0.8"
4515+
"@walletconnect/logger" "2.1.2"
4516+
"@walletconnect/time" "1.0.2"
4517+
"@walletconnect/types" "2.13.3"
4518+
"@walletconnect/utils" "2.13.3"
4519+
events "3.3.0"
4520+
44834521
"@walletconnect/[email protected]", "@walletconnect/time@^1.0.2":
44844522
version "1.0.2"
44854523
resolved "https://registry.yarnpkg.com/@walletconnect/time/-/time-1.0.2.tgz#6c5888b835750ecb4299d28eecc5e72c6d336523"
@@ -4511,6 +4549,18 @@
45114549
"@walletconnect/logger" "2.1.2"
45124550
events "3.3.0"
45134551

4552+
"@walletconnect/[email protected]":
4553+
version "2.13.3"
4554+
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.13.3.tgz#0280b5c64df9a2e07752c4121eeb81dc4a59b2c2"
4555+
integrity sha512-9UdtLoQqwGFfepCPprUAXeUbKg9zyDarPRmEJVco51OWXHCOpvRgroWk54fQHDhCUIfDELjObY6XNAzNrmNYUA==
4556+
dependencies:
4557+
"@walletconnect/events" "1.0.1"
4558+
"@walletconnect/heartbeat" "1.2.2"
4559+
"@walletconnect/jsonrpc-types" "1.0.4"
4560+
"@walletconnect/keyvaluestorage" "1.1.1"
4561+
"@walletconnect/logger" "2.1.2"
4562+
events "3.3.0"
4563+
45144564
"@walletconnect/[email protected]":
45154565
version "2.12.2"
45164566
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.12.2.tgz#0c855bbb5584fd11bdf2318344fe6f42fa3e91cb"
@@ -4566,6 +4616,26 @@
45664616
query-string "7.1.3"
45674617
uint8arrays "3.1.0"
45684618

4619+
"@walletconnect/[email protected]":
4620+
version "2.13.3"
4621+
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.13.3.tgz#500d88342c193ce92ab9d2fae3bd343be71821b2"
4622+
integrity sha512-hjyyNhnhTCezGNr6OCfKRzqRsiak+p+YP57iRo1Tsf222fsj/9JD++MP97YiDwc4e4xXaZp/boiLB+8hJHsCog==
4623+
dependencies:
4624+
"@stablelib/chacha20poly1305" "1.0.1"
4625+
"@stablelib/hkdf" "1.0.1"
4626+
"@stablelib/random" "1.0.2"
4627+
"@stablelib/sha256" "1.0.1"
4628+
"@stablelib/x25519" "1.0.3"
4629+
"@walletconnect/relay-api" "1.0.10"
4630+
"@walletconnect/safe-json" "1.0.2"
4631+
"@walletconnect/time" "1.0.2"
4632+
"@walletconnect/types" "2.13.3"
4633+
"@walletconnect/window-getters" "1.0.1"
4634+
"@walletconnect/window-metadata" "1.0.1"
4635+
detect-browser "5.3.0"
4636+
query-string "7.1.3"
4637+
uint8arrays "3.1.0"
4638+
45694639
"@walletconnect/web3wallet@^1.11.2":
45704640
version "1.12.1"
45714641
resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.12.1.tgz#efe7863c6518b2262bca1ea01650222986963cc4"
@@ -10667,7 +10737,7 @@ text-table@^0.2.0:
1066710737
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
1066810738
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
1066910739

10670-
[email protected], thirdweb@^5.25.1:
10740+
1067110741
version "5.26.0"
1067210742
resolved "https://registry.yarnpkg.com/thirdweb/-/thirdweb-5.26.0.tgz#00651fadb431e3423ffc3151b1ce079e0ca3cc1d"
1067310743
integrity sha512-RjHJ7ccJkUOwa77N0BtINO+cMn0SWa67xB3a68xI8YtKse08rjgv5+rxjXvNnrTJm/owkGUmYe41DCDne/5bmQ==
@@ -10694,6 +10764,34 @@ [email protected], thirdweb@^5.25.1:
1069410764
uqr "0.1.2"
1069510765
viem "2.10.9"
1069610766

10767+
thirdweb@^5.29.6:
10768+
version "5.29.6"
10769+
resolved "https://registry.yarnpkg.com/thirdweb/-/thirdweb-5.29.6.tgz#3f801de1d8cdf43423f24cf65168bf84a3e0d214"
10770+
integrity sha512-OR/YjArZE2gc72kwJENbbWqxT6AY/X7phdyuu9GgG2O56/vbr4rytKdPesGUeYZ3dY5moUgZZgff+FmQhW0OCA==
10771+
dependencies:
10772+
"@coinbase/wallet-sdk" "4.0.3"
10773+
"@emotion/react" "11.11.4"
10774+
"@emotion/styled" "11.11.0"
10775+
"@google/model-viewer" "2.1.1"
10776+
"@noble/curves" "1.4.0"
10777+
"@noble/hashes" "1.4.0"
10778+
"@passwordless-id/webauthn" "^1.6.1"
10779+
"@radix-ui/react-dialog" "1.0.5"
10780+
"@radix-ui/react-focus-scope" "1.0.4"
10781+
"@radix-ui/react-icons" "1.3.0"
10782+
"@radix-ui/react-tooltip" "1.0.7"
10783+
"@tanstack/react-query" "5.29.2"
10784+
"@walletconnect/ethereum-provider" "2.12.2"
10785+
"@walletconnect/sign-client" "^2.13.1"
10786+
abitype "1.0.0"
10787+
fast-text-encoding "^1.0.6"
10788+
fuse.js "7.0.0"
10789+
input-otp "^1.2.4"
10790+
mipd "0.0.7"
10791+
node-libs-browser "2.2.1"
10792+
uqr "0.1.2"
10793+
viem "2.13.7"
10794+
1069710795
thread-stream@^0.15.1:
1069810796
version "0.15.2"
1069910797
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-0.15.2.tgz#fb95ad87d2f1e28f07116eb23d85aba3bc0425f4"
@@ -11207,6 +11305,20 @@ [email protected]:
1120711305
isows "1.0.4"
1120811306
ws "8.13.0"
1120911307

11308+
11309+
version "2.13.7"
11310+
resolved "https://registry.yarnpkg.com/viem/-/viem-2.13.7.tgz#c1153c02f7ffaf0263d784fc1d4e4ffa3f66c24a"
11311+
integrity sha512-SZWn9LPrz40PHl4PM2iwkPTTtjWPDFsnLr32UwpqC/Z5f0AwxitjLyZdDKcImvbWZ3vLQ0oPggR1aLlqvTcUug==
11312+
dependencies:
11313+
"@adraffy/ens-normalize" "1.10.0"
11314+
"@noble/curves" "1.2.0"
11315+
"@noble/hashes" "1.3.2"
11316+
"@scure/bip32" "1.3.2"
11317+
"@scure/bip39" "1.2.1"
11318+
abitype "1.0.0"
11319+
isows "1.0.4"
11320+
ws "8.13.0"
11321+
1121011322
viem@^1.14.0:
1121111323
version "1.21.4"
1121211324
resolved "https://registry.yarnpkg.com/viem/-/viem-1.21.4.tgz#883760e9222540a5a7e0339809202b45fe6a842d"

0 commit comments

Comments
 (0)