Update npm package, remove another unused one, and fix some typing errors that started popping when we moved to yarn

Updating `es-check` managed to solve a problem about a missing type file for `minimatch` which I couldn't get around any other way
This commit is contained in:
Yotam Ofek 2025-11-09 23:17:56 +02:00
parent 3e089f2b3c
commit 9561210372
3 changed files with 104 additions and 411 deletions

View file

@ -1,11 +1,8 @@
{
"dependencies": {
"browser-ui-test": "^0.22.2",
"es-check": "^6.2.1",
"es-check": "^9.4.4",
"eslint": "^8.57.1",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/node": "^24.10.0"
}
}