Fix npm problems on asset-transfer-basic/chaincode-typescript

This patch fixes npm problems on
asset-transfer-basic/chaincode-typescript.
- Sync npm-shrinkwrap.json with package.json to fix the npm ci error
- Update the version of TypeScript to avoid the type error on logform

Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
This commit is contained in:
Tatsuya Sato 2023-02-16 05:21:58 +00:00
parent c723d812e9
commit 2f5daf4ff5
2 changed files with 6746 additions and 2 deletions

File diff suppressed because it is too large Load diff

View file

@ -44,7 +44,7 @@
"sinon-chai": "^3.3.0", "sinon-chai": "^3.3.0",
"ts-node": "^7.0.1", "ts-node": "^7.0.1",
"tslint": "^5.11.0", "tslint": "^5.11.0",
"typescript": "^3.1.6" "typescript": "^4.4"
}, },
"nyc": { "nyc": {
"extension": [ "extension": [