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

chore(deps): update dependency typescript to v4.0.3
This commit is contained in:
binaryify 2020-10-02 17:09:48 +08:00 committed by GitHub
commit 430111e532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3903,9 +3903,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.0.2", "version": "4.0.3",
"resolved": "https://registry.npm.taobao.org/typescript/download/typescript-4.0.2.tgz?cache=0&sync_timestamp=1599806990215&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftypescript%2Fdownload%2Ftypescript-4.0.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
"integrity": "sha1-fqfIh3fHI8aB4zv3mIvl0AjQWsI=", "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==",
"dev": true "dev": true
}, },
"universal-deep-strict-equal": { "universal-deep-strict-equal": {

View File

@ -60,6 +60,6 @@
"mocha": "8.1.3", "mocha": "8.1.3",
"power-assert": "1.6.1", "power-assert": "1.6.1",
"prettier": "2.1.2", "prettier": "2.1.2",
"typescript": "4.0.2" "typescript": "4.0.3"
} }
} }