Merge pull request #999 from Binaryify/renovate/typescript-4.x

Update dependency typescript to v4.0.5
This commit is contained in:
binaryify 2020-10-31 15:24:05 +08:00 committed by GitHub
commit 41b2297047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -28,7 +28,7 @@
"mocha": "8.2.0", "mocha": "8.2.0",
"power-assert": "1.6.1", "power-assert": "1.6.1",
"prettier": "2.1.2", "prettier": "2.1.2",
"typescript": "4.0.3" "typescript": "4.0.5"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=12"
@ -4966,9 +4966,9 @@
"dev": true "dev": true
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.0.3", "version": "4.0.5",
"resolved": "https://registry.npm.taobao.org/typescript/download/typescript-4.0.3.tgz?cache=0&sync_timestamp=1603608626888&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftypescript%2Fdownload%2Ftypescript-4.0.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
"integrity": "sha1-FTu9Ro7wdyXB35x36LRT+NNqu6U=", "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -9138,9 +9138,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.0.3", "version": "4.0.5",
"resolved": "https://registry.npm.taobao.org/typescript/download/typescript-4.0.3.tgz?cache=0&sync_timestamp=1603608626888&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftypescript%2Fdownload%2Ftypescript-4.0.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
"integrity": "sha1-FTu9Ro7wdyXB35x36LRT+NNqu6U=", "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==",
"dev": true "dev": true
}, },
"universal-deep-strict-equal": { "universal-deep-strict-equal": {

View File

@ -61,6 +61,6 @@
"mocha": "8.2.0", "mocha": "8.2.0",
"power-assert": "1.6.1", "power-assert": "1.6.1",
"prettier": "2.1.2", "prettier": "2.1.2",
"typescript": "4.0.3" "typescript": "4.0.5"
} }
} }