Skip to content

Commit

Permalink
[WIP] Fix mismatches
Browse files Browse the repository at this point in the history
Signed-off-by: James Taylor <jamest@uk.ibm.com>
  • Loading branch information
jt-nti committed Nov 10, 2020
1 parent e532ca8 commit d76aa53
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions apis/fabric-contract-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"devDependencies": {
"ajv": "^6.12.2",
"ajv-cli": "^3.2.1",
"chai": "^4.1.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-things": "^0.2.0",
"eslint": "6.6.0",
"eslint": "^6.6.0",
"gulp": "^4.0.0",
"gulp-debug": "~4.0.0",
"gulp-eslint": "~6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apis/fabric-shim-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"engines": {
"node": "^12.13.0",
"npm": "^6.4.1",
"eslint": "6.6.0"
"eslint": "^6.6.0"
},
"types": "./types/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/fabric-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"fabric-contract-api": "2.3.1-unstable",
"winston": "^3.2.1"
"winston": "^3.3.2"
},
"devDependencies": {
"@types/chai": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions libraries/fabric-shim-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
},
"devDependencies": {
"mocha": "6.2.2",
"eslint": "6.6.0",
"eslint": "^6.6.0",
"nyc": "14.1.1",
"typescript": "3.4.5",
"chai": "^4.1.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"rewire": "4.0.1",
"sinon": "7.5.0",
Expand Down
4 changes: 2 additions & 2 deletions libraries/fabric-shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"yargs-parser": "^18.1.3"
},
"devDependencies": {
"chai": "^4.1.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-things": "^0.2.0",
"cpx": "^1.5.0",
"eslint": "6.6.0",
"eslint": "^6.6.0",
"mocha": "6.2.2",
"mockery": "^2.1.0",
"nyc": "14.1.1",
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"delay": "4.3.0",
"fs-extra": "^9.0.1",
"ip": "^1.1.5",
"ajv": "^6.5.5",
"ajv-cli": "^3.0.0",
"ajv": "^6.12.2",
"ajv-cli": "^3.2.1",
"azure-mocha-reporter": "1.0.0"
}
}
8 changes: 4 additions & 4 deletions test/fv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"dependencies": {
"@sinonjs/referee-sinon": "~5.0.0",
"ajv": "^6.5.5",
"ajv-cli": "^3.0.0",
"chai": "^4.1.1",
"ajv": "^6.12.2",
"ajv-cli": "^3.2.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-things": "^0.2.0",
"del": "^3.0.0",
"delay": "4.3.0",
"eslint": "6.6.0",
"eslint": "^6.6.0",
"fabric-contract-api": "2.3.1-unstable",
"fabric-shim": "2.3.1-unstable",
"fabric-shim-api": "2.3.1-unstable",
Expand Down

0 comments on commit d76aa53

Please sign in to comment.