Skip to content

Commit 6e4d1f6

Browse files
authored
chore: fix signin problems (#493)
1 parent 1292d20 commit 6e4d1f6

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@tanstack/react-query": "^5.20.1",
2424
"@walletconnect/identity-keys": "^2.0.1",
2525
"@walletconnect/notify-message-decrypter": "^0.1.0",
26-
"@web3inbox/core": "^1.2.0-7fe8f3d",
27-
"@web3inbox/react": "^1.2.0-2fe9a9d",
26+
"@web3inbox/core": "^1.2.1",
27+
"@web3inbox/react": "^1.2.1",
2828
"@web3modal/wagmi": "^4.0.13",
2929
"classnames": "^2.3.2",
3030
"date-fns": "^2.29.3",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3607,10 +3607,10 @@
36073607
"@walletconnect/modal-core" "2.6.2"
36083608
"@walletconnect/modal-ui" "2.6.2"
36093609

3610-
"@walletconnect/notify-client@^1.1.2":
3611-
version "1.1.2"
3612-
resolved "https://registry.yarnpkg.com/@walletconnect/notify-client/-/notify-client-1.1.2.tgz#c9655f2c7cf742be41200313eeb68968ccda7e14"
3613-
integrity sha512-M96SzudXYO7qTXjZaOpylKCdp1NPpH+xmc03ai/3zlmQgAz9ftWDbDgiTG1s3wzUJjJYxNHXtqLBkwxD5h4t6w==
3610+
"@walletconnect/notify-client@1.1.3":
3611+
version "1.1.3"
3612+
resolved "https://registry.yarnpkg.com/@walletconnect/notify-client/-/notify-client-1.1.3.tgz#29dd640dc53a45669fe27c690ce33a2401155bb5"
3613+
integrity sha512-mUGsIRPVMxfvHRbfk00+FeeNLbVNvDnnDqcmYtpzdzo40jO2T3Rjh2L/tw24CF/FI9xbhvhzMzibhIduOQF+fw==
36143614
dependencies:
36153615
"@noble/ed25519" "^1.7.3"
36163616
"@walletconnect/cacao" "1.0.2"
@@ -3838,19 +3838,19 @@
38383838
"@walletconnect/window-getters" "^1.0.1"
38393839
tslib "1.14.1"
38403840

3841-
"@web3inbox/core@^1.2.0-7fe8f3d":
3842-
version "1.2.0-7fe8f3d"
3843-
resolved "https://registry.yarnpkg.com/@web3inbox/core/-/core-1.2.0-7fe8f3d.tgz#056f8e7e21788ca0f7d397fa33f3360386073a72"
3844-
integrity sha512-mv/jwTnjehNq66fpuB1D8WbDYn+um0wl5drIn4wl7zfUgC9iLcH81l1CpiWR8V03cryp6g7ZZZm44A3LGllv4w==
3841+
"@web3inbox/core@^1.2.1":
3842+
version "1.2.1"
3843+
resolved "https://registry.yarnpkg.com/@web3inbox/core/-/core-1.2.1.tgz#4588127735c41e4314d77fa782f685f8ecc45587"
3844+
integrity sha512-eon3IJAkTTC69afq0SfZYHdKHbBkKZxUBxtosCz+8wupXxvcbdphUbSL4JnCi0CDG+tJWKfpouqavSeLxwwOxw==
38453845
dependencies:
38463846
"@walletconnect/core" "2.11.0"
3847-
"@walletconnect/notify-client" "^1.1.2"
3847+
"@walletconnect/notify-client" "1.1.3"
38483848
valtio "^1.11.2"
38493849

3850-
"@web3inbox/react@^1.2.0-2fe9a9d":
3851-
version "1.2.0-2fe9a9d"
3852-
resolved "https://registry.yarnpkg.com/@web3inbox/react/-/react-1.2.0-2fe9a9d.tgz#7e8bce1e14773ddb22061df012915d8b8b543332"
3853-
integrity sha512-Yu+Y5fP42XKRXLRINith/UR3lYLj2qpiZs8v13OOxVF8rWO37jQvBFwkZNGObxxD9fUZ3CXCKHlKCJsgBqVm8Q==
3850+
"@web3inbox/react@^1.2.1":
3851+
version "1.2.1"
3852+
resolved "https://registry.yarnpkg.com/@web3inbox/react/-/react-1.2.1.tgz#a3118cf5d77fe07580e10a837c97c69cb919d98f"
3853+
integrity sha512-AJo4nmfjyg4S1huSBighgFyFRrooh/IMM+1EHyBD5gu6xMSoYVPOzzLBjJOqRHt13+cDQ/++Qdmrw7FCFq/m9g==
38543854
dependencies:
38553855
react "^18.2.0"
38563856

0 commit comments

Comments
 (0)