Skip to content

Commit

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

* fixed defichain-dependencies.yml

* Update package.json

* fixed whale-api-client

Co-authored-by: Fuxing Loh <[email protected]>
Co-authored-by: Fuxing Loh <[email protected]>
  • Loading branch information
3 people authored Aug 2, 2021
1 parent b8bc59d commit 3e6655c
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.33.0",
"@defichain/jellyfish-api-core": ">=0.34.1",
"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.33.0",
"@defichain/jellyfish-wallet": ">=0.33.0",
"@defichain/jellyfish-transaction-builder": ">=0.34.1",
"@defichain/jellyfish-wallet": ">=0.34.1",
"@defichain/whale-api-client": "0.0.0"
}
}

0 comments on commit 3e6655c

Please sign in to comment.