Remove eslint-js from npm dependencies

This commit is contained in:
Jakub Beránek 2025-11-07 23:04:25 +01:00
parent 843f8ce2eb
commit eac0c5ac43
No known key found for this signature in database
GPG key ID: 909CD0D26483516B
2 changed files with 25 additions and 11 deletions

32
package-lock.json generated
View file

@ -8,8 +8,10 @@
"browser-ui-test": "^0.22.2",
"es-check": "^6.2.1",
"eslint": "^8.57.1",
"eslint-js": "github:eslint/js",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/node": "^24.10.0"
}
},
"node_modules/@babel/code-frame": {
@ -57,6 +59,12 @@
"node": ">= 10"
}
},
"node_modules/@caporal/core/node_modules/@types/node": {
"version": "13.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.3.tgz",
"integrity": "sha512-01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA==",
"license": "MIT"
},
"node_modules/@colors/colors": {
"version": "1.6.0",
"license": "MIT",
@ -225,8 +233,13 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "13.9.3",
"license": "MIT"
"version": "24.10.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz",
"integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
}
},
"node_modules/@types/table": {
"version": "5.0.0",
@ -944,13 +957,6 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint-js": {
"version": "1.0.0",
"resolved": "git+ssh://git@github.com/eslint/js.git#9e5b4fabf073b915abc56d6c14cc24177036d43e",
"workspaces": [
"packages/*"
]
},
"node_modules/eslint-scope": {
"version": "7.2.2",
"license": "BSD-2-Clause",
@ -2575,6 +2581,12 @@
"through": "^2.3.8"
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"license": "MIT"
},
"node_modules/untildify": {
"version": "3.0.3",
"license": "MIT",

View file

@ -3,7 +3,9 @@
"browser-ui-test": "^0.22.2",
"es-check": "^6.2.1",
"eslint": "^8.57.1",
"eslint-js": "github:eslint/js",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/node": "^24.10.0"
}
}