chore(deps): update dependency typescript to v4.4.3 (#43316)

* chore(deps): update dependency typescript to v4.4.3

* fix: use UserType correctly

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
renovate[bot]
2021-09-28 10:56:46 +02:00
committed by GitHub
parent af4ead336a
commit 8beb26e84e
7 changed files with 14 additions and 17 deletions

View File

@@ -677,9 +677,9 @@
"dev": true
},
"typescript": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
"dev": true
},
"util-deprecate": {

View File

@@ -30,6 +30,6 @@
"inquirer": "8.1.2",
"prettier": "2.4.1",
"ts-node": "10.2.1",
"typescript": "4.3.5"
"typescript": "4.4.3"
}
}