Downgrade typescript back to 5.7.3.

eslint-plugin is not yet compatible with version `5.8.2` of typescript.
This commit is contained in:
Fabio Niephaus 2025-03-03 09:05:12 +01:00 committed by Fabio Niephaus
parent 26e3dc36fc
commit 44d0c2f19b
2 changed files with 921 additions and 484 deletions

1403
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -70,6 +70,6 @@
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
"typescript": "^5.7.3"
}
}