Skip to content

Commit

Permalink
fix(deps): sibling package dependencies keychain-memory 0.6.0 #1532
Browse files Browse the repository at this point in the history
This might be the cause of some very strange errors that the configure
script has been experiencing lately (also might be a completely benign
bug but we'll see, it needed to be fixed either way).

As a follow-up to this an automated check should be made in the CI which
verifies every dependency declaration in all package.json files to be
referring to the latest and greatest version when pulling in sibling
packages as dependencies.

Fixes #1532

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 12, 2021
1 parent d9c826d commit d01d72d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12,838 deletions.
4 changes: 2 additions & 2 deletions packages/cactus-plugin-htlc-eth-besu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"web3-eea": "0.11.0"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-memory": "0.6.0",
"@hyperledger/cactus-test-tooling": "0.6.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.2",
"@types/express": "4.17.13"
}
}
6 changes: 3 additions & 3 deletions packages/cactus-plugin-keychain-memory-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"axios": "0.21.4",
"express": "4.17.1",
"prom-client": "13.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-plugin-odap-hermes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-plugin-odap-hermes",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "proof of concept of odap",
"main": "dist/lib/main/typescript/index.js",
"module": "dist/lib/main/typescript/index.js",
Expand Down
Loading

0 comments on commit d01d72d

Please sign in to comment.