Skip to content

Commit 58b997c

Browse files
authored
[FABCN-433] Update typescript and @types/node (#200)
* [FABCN-433] Update typescript and @types/node Need current supported levels. Signed-off-by: Matthew B White <whitemat@uk.ibm.com> * [FABCN-433] Update typescript and @types/node Need current supported levels. Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
1 parent b255587 commit 58b997c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/chaincodes/annotations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"author": "",
1919
"license": "APACHE-2.0",
2020
"dependencies": {
21-
"fabric-shim": "3.0.0-unstable",
21+
"@types/node": "^14.6.4",
2222
"fabric-contract-api": "3.0.0-unstable",
23-
"@types/node": "^10.3.6",
23+
"fabric-shim": "3.0.0-unstable",
2424
"ts-node": "^3.3.0",
2525
"tslint": "^5.6.0",
26-
"typescript": "3.4.5"
26+
"typescript": "^4.0.2"
2727
}
2828
}

0 commit comments

Comments
 (0)