Skip to content

Commit d01d72d

Browse files
committed
fix(deps): sibling package dependencies keychain-memory 0.6.0 #1532
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 <[email protected]>
1 parent d9c826d commit d01d72d

File tree

4 files changed

+6
-12838
lines changed

4 files changed

+6
-12838
lines changed

packages/cactus-plugin-htlc-eth-besu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"web3-eea": "0.11.0"
9090
},
9191
"devDependencies": {
92-
"@hyperledger/cactus-plugin-keychain-memory": "0.6.0",
93-
"@hyperledger/cactus-test-tooling": "0.6.0",
92+
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2",
93+
"@hyperledger/cactus-test-tooling": "1.0.0-rc.2",
9494
"@types/express": "4.17.13"
9595
}
9696
}

packages/cactus-plugin-keychain-memory-wasm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
},
7575
"homepage": "https://github.com/hyperledger/cactus#readme",
7676
"dependencies": {
77-
"@hyperledger/cactus-common": "0.10.0",
78-
"@hyperledger/cactus-core": "0.10.0",
79-
"@hyperledger/cactus-core-api": "0.10.0",
77+
"@hyperledger/cactus-common": "1.0.0-rc.2",
78+
"@hyperledger/cactus-core": "1.0.0-rc.2",
79+
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
8080
"axios": "0.21.4",
8181
"express": "4.17.1",
8282
"prom-client": "13.2.0",

packages/cactus-plugin-odap-hermes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/cactus-plugin-odap-hermes",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"description": "proof of concept of odap",
55
"main": "dist/lib/main/typescript/index.js",
66
"module": "dist/lib/main/typescript/index.js",

0 commit comments

Comments
 (0)