Skip to content

Commit c7a4622

Browse files
fix: update SDKs to prevent fetchUserContacts error when user has no contact (#131)
fix: update SDKs to prevent fetchUserContacts error when user has no contacts
1 parent 894bac1 commit c7a4622

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@fontsource/space-grotesk": "^5.2.5",
2323
"@fontsource/space-mono": "^5.2.5",
2424
"@graphql-codegen/introspection": "^4.0.3",
25-
"@iexec/dataprotector": "^2.0.0-beta.17",
26-
"@iexec/web3mail": "^1.2.2",
27-
"@iexec/web3telegram": "^0.1.0-alpha.1",
25+
"@iexec/dataprotector": "^2.0.0-beta.18",
26+
"@iexec/web3mail": "^1.3.1",
27+
"@iexec/web3telegram": "^0.1.0-alpha.2",
2828
"@radix-ui/react-dialog": "^1.1.6",
2929
"@radix-ui/react-label": "^2.1.2",
3030
"@radix-ui/react-select": "^2.1.6",

0 commit comments

Comments
 (0)