Update to TypeScript 4.3.4 (#6397)

Also updates eslint and related packages to work with the new TypeScript version.
This commit is contained in:
Nathan Rajlich
2021-06-25 16:45:53 -07:00
committed by GitHub
parent 0127d17703
commit 16acf906fc
14 changed files with 426 additions and 290 deletions

View File

@@ -22,6 +22,6 @@
"@types/execa": "^0.9.0",
"@vercel/ncc": "0.24.0",
"execa": "^1.0.0",
"typescript": "3.9.3"
"typescript": "4.3.4"
}
}