Skip to content

Commit

Permalink
fix: replace old packages verions in package.json files
Browse files Browse the repository at this point in the history
Closes: #2431
Signed-off-by: Tomasz Awramski <[email protected]>
  • Loading branch information
rwat17 authored and sandeepnRES committed Jun 16, 2023
1 parent e1eef79 commit 5a78c13
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-dummy-package",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "Dummy package for testing.",
"main": "index.js"
}
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 @@ -74,8 +74,8 @@
"web3js-quorum": "21.7.0-rc1"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-memory": "1.2.0",
"@hyperledger/cactus-test-tooling": "1.2.0",
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1",
"@hyperledger/cactus-test-tooling": "2.0.0-alpha.1",
"@types/express": "4.17.13"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@hyperledger/cactus-api-client": "2.0.0-alpha.1",
"@hyperledger/cactus-common": "1.2.0",
"@hyperledger/cactus-common": "2.0.0-alpha.1",
"@hyperledger/cactus-test-tooling": "2.0.0-alpha.1",
"@types/config": "0.0.41"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/cactus-plugin-ledger-connector-ubiquity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"tsc": "tsc --project ./tsconfig.json"
},
"dependencies": {
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-core": "2.0.0-alpha.1",
"@hyperledger/cactus-core-api": "2.0.0-alpha.1",
"@ubiquity/ubiquity-ts-client-modified": "https://github.com/RafaelAPB/ubiquity-ts-client-mirror.git",
"dotenv": "16.0.1",
"typescript-optional": "2.0.1"
},
"devDependencies": {
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-test-tooling": "1.1.2",
"@hyperledger/cactus-common": "2.0.0-alpha.1",
"@hyperledger/cactus-test-tooling": "2.0.0-alpha.1",
"@types/express": "4.17.8"
},
"engines": {
Expand Down

0 comments on commit 5a78c13

Please sign in to comment.