From 1648fe3d16b0181ab8bebf49cdb3fef74528360b Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Tue, 8 Sep 2020 10:20:02 +0100 Subject: [PATCH 1/2] [FABCN-433] Update typescript and @types/node Need current supported levels. Signed-off-by: Matthew B White --- test/chaincodes/annotations/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/chaincodes/annotations/package.json b/test/chaincodes/annotations/package.json index 2edf263a..5607f664 100644 --- a/test/chaincodes/annotations/package.json +++ b/test/chaincodes/annotations/package.json @@ -18,11 +18,11 @@ "author": "", "license": "APACHE-2.0", "dependencies": { - "fabric-shim": "3.0.0-unstable", + "@types/node": "14.6.4", "fabric-contract-api": "3.0.0-unstable", - "@types/node": "^10.3.6", - "ts-node": "^3.3.0", - "tslint": "^5.6.0", - "typescript": "3.4.5" + "fabric-shim": "3.0.0-unstable", + "ts-node": "3.3.0", + "tslint": "5.6.0", + "typescript": "4.0.2" } } From 9871c9653c9cadf157a5a8d8f2f2bc095e6e6cea Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Tue, 8 Sep 2020 10:20:02 +0100 Subject: [PATCH 2/2] [FABCN-433] Update typescript and @types/node Need current supported levels. Signed-off-by: Matthew B White --- test/chaincodes/annotations/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/chaincodes/annotations/package.json b/test/chaincodes/annotations/package.json index 5607f664..176e72af 100644 --- a/test/chaincodes/annotations/package.json +++ b/test/chaincodes/annotations/package.json @@ -18,11 +18,11 @@ "author": "", "license": "APACHE-2.0", "dependencies": { - "@types/node": "14.6.4", + "@types/node": "^14.6.4", "fabric-contract-api": "3.0.0-unstable", "fabric-shim": "3.0.0-unstable", - "ts-node": "3.3.0", - "tslint": "5.6.0", - "typescript": "4.0.2" + "ts-node": "^3.3.0", + "tslint": "^5.6.0", + "typescript": "^4.0.2" } }