Merge pull request #43 from tomru/renovate/typescript-4.x

Update dependency typescript to v4.5.3
This commit is contained in:
Thomas Ruoff
2021-12-11 00:21:58 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10834,9 +10834,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

@@ -33,7 +33,7 @@
"postcss": "8.4.4", "postcss": "8.4.4",
"react-collapsible": "2.8.4", "react-collapsible": "2.8.4",
"tailwindcss": "2.2.19", "tailwindcss": "2.2.19",
"typescript": "4.5.2" "typescript": "4.5.3"
}, },
"license": "MIT" "license": "MIT"
} }