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
parent a923ddcb6d
commit 267c4af605
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6
2 changed files with 925 additions and 487 deletions

1410
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"
}
}