mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
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:
parent
c723d812e9
commit
2f5daf4ff5
2 changed files with 6746 additions and 2 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue