Update dependency typescript to v4.5.3

This commit is contained in:
Renovate Bot
2021-12-11 04:53:53 +00:00
committed by renovate[bot]
parent 50e9976efc
commit 4005e8d91e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10618,9 +10618,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.5.2", "version": "4.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==",
"dev": true "dev": true
}, },
"unbox-primitive": { "unbox-primitive": {

View File

@@ -41,7 +41,7 @@
"postcss-preset-env": "7.0.1", "postcss-preset-env": "7.0.1",
"swr": "1.1.1", "swr": "1.1.1",
"tailwindcss": "2.2.19", "tailwindcss": "2.2.19",
"typescript": "4.5.2" "typescript": "4.5.3"
}, },
"jest": { "jest": {
"transform": { "transform": {