fix(deps): update dependency typescript to v4.5.2 (#44197)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-11-19 09:57:03 +05:30
committed by GitHub
parent bcc61f2ab3
commit d944fa0c8e
8 changed files with 32 additions and 32 deletions

View File

@ -16,7 +16,7 @@
"@types/react-dom": "17.0.11",
"react": "16.14.0",
"react-dom": "16.14.0",
"typescript": "4.4.4"
"typescript": "4.5.2"
},
"devDependencies": {
"@babel/core": "7.16.0",
@ -18681,9 +18681,9 @@
}
},
"node_modules/typescript": {
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
"integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -33892,9 +33892,9 @@
}
},
"typescript": {
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
"integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA=="
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw=="
},
"unbox-primitive": {
"version": "1.0.1",

View File

@ -26,7 +26,7 @@
"@types/react-dom": "17.0.11",
"react": "16.14.0",
"react-dom": "16.14.0",
"typescript": "4.4.4"
"typescript": "4.5.2"
},
"devDependencies": {
"@babel/core": "7.16.0",