Skip to content

Commit

Permalink
[FABCN-433] Update typescript and @types/node (#200)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
mbwhite authored Sep 8, 2020
1 parent b255587 commit 58b997c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/chaincodes/annotations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"fabric-shim": "3.0.0-unstable",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"typescript": "3.4.5"
"typescript": "^4.0.2"
}
}

0 comments on commit 58b997c

Please sign in to comment.