Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
merges and ensure up-to- 0.19.3
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Apr 27, 2018
1 parent 655380f commit 6cfe37d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/composer-connector-hlfv1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
},
"peerDependencies": {
"composer-common": "0.19.2"
"composer-common": "0.19.3"
},
"dependencies": {
"fabric-ca-client": "1.1.0",
Expand All @@ -86,7 +86,7 @@
"mocha": "3.4.2",
"nyc": "11.1.0",
"sinon": "2.3.8",
"composer-common": "0.19.2"
"composer-common": "0.19.3"
},
"nyc": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/composer-connector-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"serializerr": "1.0.3",
"sinon": "2.3.8",
"watchify": "3.7.0",
"composer-common": "0.19.2"
"composer-common": "0.19.3"
},
"peerDependencies": {
"composer-common": "0.19.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/composer-connector-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"yargs": "10.0.3"
},
"devDependencies": {
"composer-common": "0.19.2",
"composer-common": "0.19.3",
"chai": "3.5.0",
"composer-connector-embedded": "0.19.3",
"eslint": "3.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/composer-connector-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"sinon": "2.3.8",
"transform-loader": "0.2.4",
"watchify": "3.7.0",
"composer-common": "0.19.2"
"composer-common": "0.19.3"
},
"peerDependencies": {
"composer-common": "0.19.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/composer-runtime-hlfv1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"mocha": "3.4.2",
"nyc": "11.1.0",
"sinon": "2.3.8",
"composer-common": "0.19.2"
"composer-common": "0.19.3"
},
"license-check-and-add-config": {
"folder": ".",
Expand Down
2 changes: 1 addition & 1 deletion packages/composer-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"nyc": "11.1.0",
"sinon": "2.3.8",
"uglifyify": "3.0.4",
"composer-common": "0.19.2"
"composer-common": "0.19.3"
},
"license-check-and-add-config": {
"folder": ".",
Expand Down

0 comments on commit 6cfe37d

Please sign in to comment.