[FAB-13046] Update TypeScript contract dependencies

The type definitions for the sinon module have been updated so that
they require TypeScript 3; TypeScript 3 has been out for a while, so
we should pick that up as well as updating all of the other dependencies.

Change-Id: Ia58e36158d83ed3cc5cad6353e164bfc2453a00a
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
This commit is contained in:
Simon Stone 2018-11-29 10:05:14 +00:00
parent 3748983dd9
commit 5c087f1443

View file

@ -21,23 +21,23 @@
"author": "Hyperledger", "author": "Hyperledger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"fabric-contract-api": "1.4.0-beta", "fabric-contract-api": "1.4.0-snapshot.42",
"fabric-shim": "1.4.0-beta" "fabric-shim": "1.4.0-snapshot.52"
}, },
"devDependencies": { "devDependencies": {
"@types/chai": "^4.1.4", "@types/chai": "^4.1.7",
"@types/mocha": "^5.2.3", "@types/mocha": "^5.2.5",
"@types/node": "^10.3.6", "@types/node": "^10.12.10",
"@types/sinon": "^5.0.1", "@types/sinon": "^5.0.7",
"@types/sinon-chai": "^3.2.0", "@types/sinon-chai": "^3.2.1",
"chai": "^4.1.2", "chai": "^4.2.0",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"nyc": "^12.0.2", "nyc": "^13.1.0",
"sinon": "^6.0.0", "sinon": "^7.1.1",
"sinon-chai": "^3.2.0", "sinon-chai": "^3.3.0",
"ts-node": "^7.0.0", "ts-node": "^7.0.1",
"tslint": "^5.10.0", "tslint": "^5.11.0",
"typescript": "^2.9.2" "typescript": "^3.1.6"
}, },
"nyc": { "nyc": {
"extension": [ "extension": [