Skip to content

Commit

Permalink
[FABCN-433] Update typescript and @types/node (#199)
Browse files Browse the repository at this point in the history
Need current supported levels.

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Sep 9, 2020
1 parent eb39270 commit c9a1f5d
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": "2.2.1-unstable",
"@types/node": "^14.6.4",
"fabric-contract-api": "2.2.1-unstable",
"@types/node": "^10.3.6",
"fabric-shim": "2.2.1-unstable",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"typescript": "^2.5.3"
"typescript": "^4.0.2"
}
}

0 comments on commit c9a1f5d

Please sign in to comment.