Skip to content

Commit

Permalink
update semver and fabric gateway versions (#1612)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Kelsey <[email protected]>
Co-authored-by: Dave Kelsey <[email protected]>
  • Loading branch information
davidkel and Dave Kelsey authored Aug 25, 2024
1 parent 1c5b280 commit bf2a625
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
22 changes: 14 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/caliper-cli/lib/lib/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sut:
packages: ['[email protected]']
2.2.20: *fabric-sdk-v2
2.4: &fabric-gateway
packages: ['@hyperledger/[email protected].0', '@grpc/grpc-js@1.10.3']
packages: ['@hyperledger/[email protected].1', '@grpc/grpc-js@1.11.1']
2.5: *fabric-gateway
3: *fabric-gateway
fabric-gateway: *fabric-gateway
Expand Down
2 changes: 1 addition & 1 deletion packages/caliper-fabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@hyperledger/caliper-core": "0.6.1-unstable",
"semver": "7.1.1"
"semver": "7.5.2"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit bf2a625

Please sign in to comment.