Skip to content

Commit

Permalink
[FABCN-433] Update typescript and @types/node
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 8, 2020
1 parent eb39270 commit 63d27c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"typescript": "^2.5.3"
"fabric-shim": "2.2.1-unstable",
"ts-node": "3.3.0",
"tslint": "5.6.0",
"typescript": "4.0.2"
}
}

0 comments on commit 63d27c3

Please sign in to comment.