Skip to content

Commit

Permalink
Bump @defichain/jellyfish dependencies (#402)
Browse files Browse the repository at this point in the history
* Bump @defichain/jellyfish dependencies

* fixed package-lock.json

Co-authored-by: Fuxing Loh <[email protected]>
  • Loading branch information
defichain-bot and fuxingloh authored Sep 24, 2021
1 parent 5d4a88d commit c9c6fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/whale-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"version.ts": "node -p \"'export default \\'v' + require('./package.json').version.replace(/\\.\\d+$/, '') + '\\''\" > src/version.ts"
},
"dependencies": {
"@defichain/jellyfish-api-core": ">=0.43.0",
"@defichain/jellyfish-api-core": ">=0.44.0",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.2",
"url-search-params-polyfill": "8.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/whale-api-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"build": "tsc"
},
"dependencies": {
"@defichain/jellyfish-transaction-builder": ">=0.43.0",
"@defichain/jellyfish-wallet": ">=0.43.0",
"@defichain/jellyfish-transaction-builder": ">=0.44.0",
"@defichain/jellyfish-wallet": ">=0.44.0",
"@defichain/whale-api-client": "0.0.0"
}
}

0 comments on commit c9c6fed

Please sign in to comment.