Update dependency typescript to v4.6.2

This commit is contained in:
Renovate Bot
2022-03-05 04:01:05 +00:00
committed by renovate[bot]
parent bdfc74f22a
commit b14576018c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9606,9 +9606,9 @@
}
},
"typescript": {
"version": "4.5.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
"integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==",
"dev": true
},
"unbox-primitive": {

View File

@@ -43,7 +43,7 @@
"prettier": "^2.5.1",
"swr": "1.2.2",
"tailwindcss": "3.0.23",
"typescript": "4.5.5"
"typescript": "4.6.2"
},
"jest": {
"transform": {