diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /package.json | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index 3549d8d6c9..2153b1b9e8 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,15 @@ "license": "MPL-2.0", "devDependencies": { "@microsoft/eslint-plugin-sdl": "0.2.2", - "eslint": "8.56.0", + "@types/gecko": "file:tools/@types", + "eslint": "8.57.0", "eslint-config-prettier": "8.8.0", - "eslint-plugin-eslint-plugin": "5.2.1", + "eslint-plugin-eslint-plugin": "5.4.0", "eslint-plugin-fetch-options": "0.0.5", "eslint-plugin-file-header": "0.0.1", - "eslint-plugin-html": "7.1.0", + "eslint-plugin-html": "8.0.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jest": "27.6.3", + "eslint-plugin-jest": "27.9.0", "eslint-plugin-jsdoc": "39.9.1", "eslint-plugin-json": "3.1.0", "eslint-plugin-jsx-a11y": "6.8.0", |