chore: upgrade typescript from 5.5.3 to 5.5.4 (#7435)

TypeScript 5.5.4 apparently speeds up linting by a lot:
https://github.com/microsoft/TypeScript/issues/59101
This commit is contained in:
Alessio Gravili
2024-07-30 11:09:28 -04:00
committed by GitHub
parent 5ef2951829
commit aaf3a39f7e
15 changed files with 287 additions and 291 deletions

View File

@@ -32,7 +32,7 @@
"eslint-plugin-react-hooks": "5.1.0-rc-85acf2d195-20240711",
"eslint-plugin-regexp": "2.6.0",
"globals": "15.8.0",
"typescript": "5.5.3",
"typescript": "5.5.4",
"typescript-eslint": "7.16.0"
}
}