mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 05:34:45 +00:00

this makes us less vulnerable to MITM and supply chain attacks. it also means that the CI scripts are no longer responsible for tracking the versions of these tools. it should also avoid the situation where local tsc and CI disagree on the presense of errors due to them being different versions.
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"dependencies": {
|
|
"browser-ui-test": "^0.21.1",
|
|
"es-check": "^6.2.1",
|
|
"eslint": "^8.57.1",
|
|
"eslint-js": "github:eslint/js",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|