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

Commit

Permalink
Bump defichain dependencies (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
defichain-bot authored Jul 13, 2021
1 parent 8cd2c9e commit 34453bd
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
86 changes: 43 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"packages:publish:latest": "lerna exec -- npm publish --tag latest --access public"
},
"dependencies": {
"@defichain/jellyfish-api-core": ">=0.25.0",
"@defichain/jellyfish-api-jsonrpc": ">=0.25.0",
"@defichain/jellyfish-api-core": ">=0.26.0",
"@defichain/jellyfish-api-jsonrpc": ">=0.26.0",
"@nestjs/common": "^7.6.15",
"@nestjs/config": "^1.0.0",
"@nestjs/core": "^7.6.15",
Expand All @@ -40,7 +40,7 @@
"rimraf": "^3.0.2"
},
"devDependencies": {
"@defichain/testcontainers": ">=0.25.0",
"@defichain/testcontainers": ">=0.26.0",
"@nestjs/cli": "^8.0.2",
"@nestjs/schematics": "^8.0.1",
"@nestjs/testing": "^7.6.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build": "tsc"
},
"dependencies": {
"@defichain/jellyfish-api-core": ">=0.25.0",
"@defichain/jellyfish-api-core": ">=0.26.0",
"cross-fetch": "^3.1.2",
"abort-controller": "^3.0.0"
}
Expand Down

0 comments on commit 34453bd

Please sign in to comment.