chore(deps): update dependency typescript to v4.3.4 (#42550)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-18 17:34:46 +05:30
committed by GitHub
parent ba3fd9a49b
commit 3499c2b08e
6 changed files with 12 additions and 12 deletions

View File

@ -653,9 +653,9 @@
"dev": true
},
"typescript": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz",
"integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==",
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==",
"dev": true
},
"util-deprecate": {

View File

@ -30,6 +30,6 @@
"inquirer": "8.1.1",
"prettier": "2.3.1",
"ts-node": "10.0.0",
"typescript": "4.3.3"
"typescript": "4.3.4"
}
}