Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
bump jellyfish dependencies to 0.48.1 (#485)
Browse files Browse the repository at this point in the history
* updated package.json for same deps resolution

* added defichain deps

* fixed whale-api-wallet deps

* bump jellyfish deps to 0.48.1

* fix defichain-dependencies.yml
  • Loading branch information
fuxingloh authored Oct 22, 2021
1 parent b7fe36a commit d4c3176
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/defichain-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Upgrade dependencies
run: |
npx npm-check-updates -l m -u --deep --target newest --pre -f "/^@defichain\/.+/" -x "/^@defichain\/(whale|playground)-.+/" \
npx npm-check-updates -l m -u --deep --target newest --pre -f "/^defichain|@defichain\/.+/" -x "/^@defichain\/(whale|playground)-.+/" \
| grep -q 'Run npm install to install new versions' && \
npm i
Expand Down
Loading

0 comments on commit d4c3176

Please sign in to comment.