Skip to content

Commit

Permalink
chore: fix signin problems (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline authored Mar 13, 2024
1 parent 1292d20 commit 6e4d1f6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@tanstack/react-query": "^5.20.1",
"@walletconnect/identity-keys": "^2.0.1",
"@walletconnect/notify-message-decrypter": "^0.1.0",
"@web3inbox/core": "^1.2.0-7fe8f3d",
"@web3inbox/react": "^1.2.0-2fe9a9d",
"@web3inbox/core": "^1.2.1",
"@web3inbox/react": "^1.2.1",
"@web3modal/wagmi": "^4.0.13",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3607,10 +3607,10 @@
"@walletconnect/modal-core" "2.6.2"
"@walletconnect/modal-ui" "2.6.2"

"@walletconnect/notify-client@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@walletconnect/notify-client/-/notify-client-1.1.2.tgz#c9655f2c7cf742be41200313eeb68968ccda7e14"
integrity sha512-M96SzudXYO7qTXjZaOpylKCdp1NPpH+xmc03ai/3zlmQgAz9ftWDbDgiTG1s3wzUJjJYxNHXtqLBkwxD5h4t6w==
"@walletconnect/[email protected].3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@walletconnect/notify-client/-/notify-client-1.1.3.tgz#29dd640dc53a45669fe27c690ce33a2401155bb5"
integrity sha512-mUGsIRPVMxfvHRbfk00+FeeNLbVNvDnnDqcmYtpzdzo40jO2T3Rjh2L/tw24CF/FI9xbhvhzMzibhIduOQF+fw==
dependencies:
"@noble/ed25519" "^1.7.3"
"@walletconnect/cacao" "1.0.2"
Expand Down Expand Up @@ -3838,19 +3838,19 @@
"@walletconnect/window-getters" "^1.0.1"
tslib "1.14.1"

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

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

Expand Down

0 comments on commit 6e4d1f6

Please sign in to comment.