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

Update dependency typescript to v4.2.3
This commit is contained in:
binaryify 2021-03-06 20:37:27 +08:00 committed by GitHub
commit c8e921681c
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

@ -4140,9 +4140,9 @@
}
},
"typescript": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==",
"dev": true
},
"universal-deep-strict-equal": {

View File

@ -58,6 +58,6 @@
"mocha": "8.3.1",
"power-assert": "1.6.1",
"prettier": "2.2.1",
"typescript": "4.1.3"
"typescript": "4.2.3"
}
}