Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @mento-protocol/mento-sdk to v1 #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@celo/utils": "6.0.1",
"@firebase/app": "^0.10.7",
"@google-cloud/logging": "^11.1.0",
"@mento-protocol/mento-sdk": "^0.1.5",
"@mento-protocol/mento-sdk": "^1.0.1",
"bignumber.js": "^9.1.2",
"debug": "^4.3.5",
"ethers": "^5.7.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ __metadata:
"@celo/utils": "npm:6.0.1"
"@firebase/app": "npm:^0.10.7"
"@google-cloud/logging": "npm:^11.1.0"
"@mento-protocol/mento-sdk": "npm:^0.1.5"
"@mento-protocol/mento-sdk": "npm:^1.0.1"
"@types/debug": "npm:^4.1.12"
"@types/node": "npm:^20.14.11"
"@types/yargs": "npm:^17.0.32"
Expand Down Expand Up @@ -1694,21 +1694,21 @@ __metadata:
languageName: node
linkType: hard

"@mento-protocol/mento-core-ts@npm:^0.1.1":
version: 0.1.1
resolution: "@mento-protocol/mento-core-ts@npm:0.1.1"
checksum: 10c0/9b87ab527ca011d89fdb10136df787f6decbfed32fd5a2cdb85bf7ad61a37bd7eb600a61c6dccec5dce997682d219fb199015d85aaa5b7a1f3f72384dfacaa9c
"@mento-protocol/mento-core-ts@npm:^0.2.0":
version: 0.2.3
resolution: "@mento-protocol/mento-core-ts@npm:0.2.3"
checksum: 10c0/3e61f9a2b70eeae4db505f65053740dae945a50ce0730d429373c0d992d772ddfff23003fdfda0470929506faa4402e9e72330f5c546623ee34aeebb3bff9a1a
languageName: node
linkType: hard

"@mento-protocol/mento-sdk@npm:^0.1.5":
version: 0.1.5
resolution: "@mento-protocol/mento-sdk@npm:0.1.5"
"@mento-protocol/mento-sdk@npm:^1.0.1":
version: 1.0.1
resolution: "@mento-protocol/mento-sdk@npm:1.0.1"
dependencies:
"@mento-protocol/mento-core-ts": "npm:^0.1.1"
"@mento-protocol/mento-core-ts": "npm:^0.2.0"
peerDependencies:
ethers: ^5.7
checksum: 10c0/739b11bff71f1e07ec9a4a454395f7189cce7a9db26b750cd946626d324020fceb864e29e4efdb2ef67b9855bc03cdbeb4639dcb09b9e64af630857ba9b33939
checksum: 10c0/b851c5696d9406c197ace025c8b8aaf7ae8d1539ed9dc993e47e0480205a284718fab7176741dccd8bf8a73c60525cf9c4aaaf7ab7249b33a7f63740301e4509
languageName: node
linkType: hard

Expand Down