Skip to content

Commit

Permalink
bump(deps): update defichain to ^3.30.1 (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 1e13e1a commit 5a08e9a
Show file tree
Hide file tree
Showing 7 changed files with 170 additions and 157 deletions.
4 changes: 2 additions & 2 deletions adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@defichain/salmon-fetch": "0.0.0",
"@defichain/jellyfish-network": "^3.29.1",
"@defichain/whale-api-client": "^3.29.1",
"@defichain/jellyfish-network": "^3.30.1",
"@defichain/whale-api-client": "^3.30.1",
"ethers": "5.7.2"
},
"peerDependencies": {
Expand Down
287 changes: 150 additions & 137 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/salmon-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "tsc -b ./tsconfig.build.json"
},
"dependencies": {
"@defichain/jellyfish-json": "^3.29.1",
"@defichain/jellyfish-json": "^3.30.1",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/salmon-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"build": "tsc -b ./tsconfig.build.json"
},
"dependencies": {
"@defichain/jellyfish-network": "^3.29.1",
"@defichain/jellyfish-network": "^3.30.1",
"@defichain/salmon-fetch": "0.0.0",
"@defichain/whale-api-client": "^3.29.1"
"@defichain/whale-api-client": "^3.30.1"
},
"peerDependencies": {
"@defichain/salmon-core": "0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/salmon-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build": "tsc -b ./tsconfig.build.json"
},
"dependencies": {
"@defichain/testcontainers": "^3.29.1",
"@defichain/whale-api-client": "^3.29.1",
"@defichain/testcontainers": "^3.30.1",
"@defichain/whale-api-client": "^3.30.1",
"testcontainers": "^9.1.3"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/salmon-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"build": "tsc -b ./tsconfig.build.json"
},
"dependencies": {
"@defichain/jellyfish-crypto": "^3.29.1",
"@defichain/jellyfish-network": "^3.29.1",
"@defichain/jellyfish-transaction": "^3.29.1",
"@defichain/jellyfish-transaction-builder": "^3.29.1",
"@defichain/jellyfish-wallet": "^3.29.1",
"@defichain/jellyfish-wallet-classic": "^3.29.1",
"@defichain/jellyfish-wallet-mnemonic": "^3.29.1",
"@defichain/jellyfish-crypto": "^3.30.1",
"@defichain/jellyfish-network": "^3.30.1",
"@defichain/jellyfish-transaction": "^3.30.1",
"@defichain/jellyfish-transaction-builder": "^3.30.1",
"@defichain/jellyfish-wallet": "^3.30.1",
"@defichain/jellyfish-wallet-classic": "^3.30.1",
"@defichain/jellyfish-wallet-mnemonic": "^3.30.1",
"@defichain/salmon-fetch": "0.0.0",
"@defichain/whale-api-client": "^3.29.1",
"@defichain/whale-api-wallet": "^3.29.1"
"@defichain/whale-api-client": "^3.30.1",
"@defichain/whale-api-wallet": "^3.30.1"
},
"peerDependencies": {
"@defichain/salmon-core": "0.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/salmon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"build": "tsc -b ./tsconfig.build.json"
},
"dependencies": {
"@defichain/jellyfish-network": "^3.29.1",
"@defichain/jellyfish-network": "^3.30.1",
"@defichain/salmon-fetch": "0.0.0",
"@defichain/salmon-filter": "0.0.0",
"@defichain/salmon-wallet": "0.0.0",
"@defichain/whale-api-client": "^3.29.1"
"@defichain/whale-api-client": "^3.30.1"
},
"peerDependencies": {
"@defichain/salmon-core": "0.0.0"
},
"devDependencies": {
"@defichain/jellyfish-testing": "^3.29.1",
"@defichain/testcontainers": "^3.29.1"
"@defichain/jellyfish-testing": "^3.30.1",
"@defichain/testcontainers": "^3.30.1"
}
}

0 comments on commit 5a08e9a

Please sign in to comment.