Skip to content

Commit

Permalink
Make consistent dependency versions
Browse files Browse the repository at this point in the history
'rush check' indicated that several packages where being used at
different versions.

Set them to be exact versions at the latest level

Signed-off-by: Matthew B. White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Nov 5, 2019
1 parent 8ac11db commit 6975e81
Show file tree
Hide file tree
Showing 10 changed files with 214 additions and 247 deletions.
6 changes: 3 additions & 3 deletions apis/fabric-contract-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"gulp": "^4.0.0",
"gulp-debug": "~4.0.0",
"gulp-eslint": "~6.0.0",
"mocha": "5.2.0",
"mocha": "6.2.2",
"nyc": "14.1.1",
"rewire": "~4.0.1",
"sinon": "~7.4.2",
"rewire": "4.0.1",
"sinon": "7.5.0",
"typescript": "3.0.1"
}
}
Loading

0 comments on commit 6975e81

Please sign in to comment.