By defining the version of the "globals" module at the top-level, we can ensure that we get the expected version of the modules in our ESLint configuration. This also means that we can pick up new globals without having to wait for dependencies to pick up the new version of the "globals" module. This also fixes the raised issues when moving across to the updated globals modules, as well as removing a couple of exclusions that are now no longer necessary. Differential Revision: https://phabricator.services.mozilla.com/D300082
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"nonPublishedName": "mozilla-central",
|
|
"notes(nonPublishedName)": "This package is never published, but the nonPublishedName helps our ESLint package to find the top-level of mozilla-central",
|
|
"description": "This package file is for node modules used in mozilla-central",
|
|
"repository": {},
|
|
"license": "MPL-2.0",
|
|
"devDependencies": {
|
|
"@eslint/json": "1.0.1",
|
|
"@microsoft/eslint-plugin-sdl": "1.1.0",
|
|
"@stylistic/stylelint-plugin": "3.1.1",
|
|
"@typescript/lib-dom": "file:tools/@types",
|
|
"eslint": "9.39.1",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-eslint-plugin": "7.3.1",
|
|
"eslint-plugin-html": "8.1.4",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jest": "29.15.2",
|
|
"eslint-plugin-jsdoc": "62.7.1",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-lit": "2.2.1",
|
|
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
|
|
"eslint-plugin-no-unsanitized": "4.1.5",
|
|
"eslint-plugin-promise": "7.2.1",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
|
|
"globals": "17.6.0",
|
|
"jsdoc": "4.0.5",
|
|
"license-checker-rseidelsohn": "4.4.2",
|
|
"lit": "2.5.0",
|
|
"prettier": "3.8.1",
|
|
"stylelint": "16.14.1",
|
|
"stylelint-config-recommended": "14.0.1",
|
|
"stylelint-config-standard-scss": "14.0.0",
|
|
"stylelint-use-logical": "2.1.2",
|
|
"ts-patch": "3.3.0",
|
|
"typescript": "6.0.3",
|
|
"yarn": "1.22.22"
|
|
},
|
|
"scripts": {
|
|
"prepare": "ts-patch install -s"
|
|
},
|
|
"notes(private)": "We don't want to publish to npm, so this is marked as private",
|
|
"private": true
|
|
}
|