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 @@
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0",
"eslint": "^8",
"eslint-config-next": "15.0.0-canary.53",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"engines": {
"node": "^18.20.2 || >=20.9.0"