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 use peer resolution technique (#481)
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
  • Loading branch information
fuxingloh authored Oct 22, 2021
1 parent eb4a44d commit b7fe36a
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
labels:
- "kind/dependencies"
ignore:
- dependency-name: "@defichain/*"
- dependency-name: "@defichain/whale-*"
versioning-strategy: 'increase'

- package-ecosystem: "github-actions"
Expand Down
79 changes: 44 additions & 35 deletions package-lock.json

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

31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@
"packages:publish:latest": "lerna exec --no-private -- npm publish --tag latest --access public"
},
"dependencies": {
"@defichain/jellyfish-address": "0.47.1",
"@defichain/jellyfish-api-core": "0.47.1",
"@defichain/jellyfish-api-jsonrpc": "0.47.1",
"@defichain/jellyfish-json": "0.47.1",
"@defichain/jellyfish-network": "0.47.1",
"@defichain/jellyfish-testing": "0.47.1",
"@defichain/jellyfish-transaction": "0.47.1",
"@defichain/jellyfish-address": "^0.47.1",
"@defichain/jellyfish-api-core": "^0.47.1",
"@defichain/jellyfish-api-jsonrpc": "^0.47.1",
"@defichain/jellyfish-crypto": "^0.47.1",
"@defichain/jellyfish-json": "^0.47.1",
"@defichain/jellyfish-network": "^0.47.1",
"@defichain/jellyfish-testing": "^0.47.1",
"@defichain/jellyfish-transaction": "^0.47.1",
"@defichain/testcontainers": "^0.47.1",
"@defichain/testing": "^0.47.1",
"@nestjs/common": "^8.1.1",
"@nestjs/config": "^1.0.2",
"@nestjs/core": "^8.1.1",
Expand All @@ -44,37 +47,35 @@
"cache-manager": "^3.4.4",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"defichain": "^0.0.1",
"level": "^7.0.1",
"lexicographic-integer-encoding": "^1.0.1",
"memdown": "^6.0.0",
"memdown": "^6.1.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.3.0",
"subleveldown": "^6.0.1"
},
"devDependencies": {
"@defichain/jellyfish-crypto": "0.47.1",
"@defichain/testcontainers": "0.47.1",
"@defichain/testing": "0.47.1",
"@nestjs/cli": "^8.1.4",
"@nestjs/schematics": "^8.0.4",
"@nestjs/testing": "^8.1.1",
"@types/cache-manager": "^3.4.2",
"@types/cron": "^1.7.3",
"@types/dockerode": "^3.2.7",
"@types/jest": "^27.0.0",
"@types/jest": "^27.0.2",
"@types/level": "^6.0.0",
"@types/lossless-json": "^1.0.1",
"@types/memdown": "^3.0.0",
"@types/node": "^14.14.36",
"@types/subleveldown": "^4.1.1",
"husky": "^7.0.1",
"husky": "^7.0.4",
"jest": "^27.0.6",
"lerna": "^4.0.0",
"lint-staged": "^11.2.3",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.5",
"ts-node": "^10.3.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.3.1",
"ts-standard": "^10.0.0",
"tsconfig-paths": "^3.10.1",
"typescript": ">=4.2.0",
Expand Down
18 changes: 1 addition & 17 deletions packages/whale-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@
"repository": "DeFiCh/whale",
"bugs": "https://github.com/DeFiCh/whale/issues",
"license": "MIT",
"contributors": [
{
"name": "DeFiChain Foundation",
"email": "[email protected]",
"url": "https://defichain.com/"
},
{
"name": "DeFi Blockchain Contributors"
},
{
"name": "DeFi Jellyfish Contributors"
},
{
"name": "DeFi Whale Contributors"
}
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -41,7 +25,7 @@
"version.ts": "node -p \"'export default \\'v' + require('./package.json').version.replace(/\\.\\d+$/, '') + '\\''\" > src/version.ts"
},
"dependencies": {
"@defichain/jellyfish-api-core": "0.47.1",
"@defichain/jellyfish-api-core": "^0.47.1",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.2",
"url-search-params-polyfill": "8.1.1"
Expand Down
20 changes: 2 additions & 18 deletions packages/whale-api-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@
"repository": "DeFiCh/whale",
"bugs": "https://github.com/DeFiCh/whale/issues",
"license": "MIT",
"contributors": [
{
"name": "DeFiChain Foundation",
"email": "[email protected]",
"url": "https://defichain.com/"
},
{
"name": "DeFi Blockchain Contributors"
},
{
"name": "DeFi Jellyfish Contributors"
},
{
"name": "DeFi Whale Contributors"
}
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -40,8 +24,8 @@
"build": "tsc"
},
"dependencies": {
"@defichain/jellyfish-transaction-builder": "0.47.1",
"@defichain/jellyfish-wallet": "0.47.1",
"@defichain/jellyfish-transaction-builder": "^0.47.1",
"@defichain/jellyfish-wallet": "^0.47.1",
"@defichain/whale-api-client": "0.0.0"
}
}

0 comments on commit b7fe36a

Please sign in to comment.