Skip to content

Commit

Permalink
build(deps-dev): Bump typescript from 4.0.2 to 4.1.3 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 23, 2020
1 parent 2b2d325 commit 2e59ab9
Show file tree
Hide file tree
Showing 23 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"npm-package-json-lint": "5.1.0",
"nyc": "15.1.0",
"remap-istanbul": "0.13.0",
"typescript": "4.0.2"
"typescript": "4.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/advanced-logic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/data-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/data-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"shx": "0.3.2",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/epk-decryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2",
"typescript": "4.1.3",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "4.2.0",
"webpack-cli": "3.3.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/epk-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2",
"typescript": "4.1.3",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "4.2.0",
"webpack-cli": "3.3.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2",
"typescript": "4.1.3",
"web3-providers-http": "1.3.0"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-storage/src/ethereum-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ export default class EthereumStorage implements StorageTypes.IStorage {

// Iterate over the hashes list, slicing it at pinRequestMaxSize sizes and pinning it
for (let i = 0; i < slices; i++) {
await new Promise((res): NodeJS.Timeout => setTimeout(() => res(), delayBetweenCalls));
await new Promise<void>((res): NodeJS.Timeout => setTimeout(() => res(), delayBetweenCalls));
const slice = hashes.slice(i * maxSize, (i + 1) * maxSize);
try {
await this.ipfsManager.pin(slice, timeout);
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2",
"typescript": "4.1.3",
"web3-eth": "1.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/multi-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/payment-detection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/payment-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/prototype-estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"@types/node": "14.6.4",
"prettier": "2.1.1",
"ts-node": "9.0.0",
"typescript": "4.0.2"
"typescript": "4.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/request-client.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2",
"typescript": "4.1.3",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "4.2.0",
"webpack-cli": "3.3.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/request-logic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/request-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"ts-node": "9.0.0",
"ts-node-dev": "1.0.0-pre.62",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"shx": "0.3.2",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/transaction-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"shx": "0.3.2",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/usage-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"prettier": "2.1.1",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
"typescript": "4.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/web3-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2",
"typescript": "4.1.3",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "4.2.0",
"webpack-cli": "3.3.12"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19519,10 +19519,10 @@ typescript@2.9.1:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.1.tgz#fdb19d2c67a15d11995fd15640e373e09ab09961"
integrity sha512-h6pM2f/GDchCFlldnriOhs1QHuwbnmj6/v7499eMHqPeW4V2G0elua2eIc2nu8v2NdHV0Gm+tzX83Hr6nUFjQA==

typescript@4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
typescript@4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==

typescript@^2.4.2:
version "2.9.2"
Expand Down

0 comments on commit 2e59ab9

Please sign in to comment.