-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use v0.0.20 of react package + add root registry error
- Loading branch information
Showing
3 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2010,22 +2010,22 @@ | |
"@noble/hashes" "~1.3.0" | ||
"@scure/base" "~1.1.0" | ||
|
||
"@sismo-core/[email protected].18": | ||
version "0.0.18" | ||
resolved "https://registry.npmjs.org/@sismo-core/sismo-connect-client/-/sismo-connect-client-0.0.18.tgz#81792b1bfa4f7b52a33fc54441fdaa371f473a0e" | ||
integrity sha512-peZsp6Fm6JSXrzbosfJuFeFNy411TKtLjTM2cT5gP6qZxoWjSu/oqlo7H57DzFiq2ZWhQp/nAVxcD32eheqRyw== | ||
"@sismo-core/[email protected].20": | ||
version "0.0.20" | ||
resolved "https://registry.yarnpkg.com/@sismo-core/sismo-connect-client/-/sismo-connect-client-0.0.20.tgz#d0337f1e6c678b2e67f0c8dff2794c4a4e869e94" | ||
integrity sha512-2AEfnVGQfhEwWqyTtBF9o2kOlm22cPmM+qG70zyZW+oN169rT9b9MMqM9qkWkknGm6aTPg8wq0dBQUbmaG8DsA== | ||
dependencies: | ||
"@ethersproject/bignumber" "5.7.0" | ||
js-base64 "^3.7.5" | ||
pako "^2.1.0" | ||
viem "^0.3.1" | ||
|
||
"@sismo-core/[email protected].18": | ||
version "0.0.18" | ||
resolved "https://registry.npmjs.org/@sismo-core/sismo-connect-react/-/sismo-connect-react-0.0.18.tgz#5a8ac7a44e825eeaf21030bc57a9ab491cc3ab8e" | ||
integrity sha512-IHzUO4u1ZUqkD5q9QysSEwmliyMLltykSNDq0mY4EMSKYflVpuN+hGDq7bN9eEIfFvp6c2a2w9tLUZg49tabpQ== | ||
"@sismo-core/[email protected].20": | ||
version "0.0.20" | ||
resolved "https://registry.yarnpkg.com/@sismo-core/sismo-connect-react/-/sismo-connect-react-0.0.20.tgz#602c3703d1c7d90c31c17882d3aacb2c8ebeb333" | ||
integrity sha512-8hc4Qh2aaowhGxudeTFA+ZWGb7OLJR7c4ui4VNd+fDqr84extCz2XKIm+tFaFQJTGP/FFGxt/GKAyBSaPGfymw== | ||
dependencies: | ||
"@sismo-core/sismo-connect-client" "0.0.18" | ||
"@sismo-core/sismo-connect-client" "0.0.20" | ||
|
||
"@solana/buffer-layout@^4.0.0": | ||
version "4.0.1" | ||
|