chore(deps): update dependency typescript to v4.3.3 (#42542)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-17 15:44:07 +05:30
committed by GitHub
parent c9eaa6527f
commit 964b4204d3
6 changed files with 12 additions and 12 deletions

View File

@ -653,9 +653,9 @@
"dev": true
},
"typescript": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz",
"integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==",
"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.2"
"typescript": "4.3.3"
}
}