Skip to content

Commit

Permalink
build: Ensure eslint-plugin-qunit 7.3.0 or later
Browse files Browse the repository at this point in the history
The bug fix at platinumazure/eslint-plugin-qunit#231
was released in March 2022 as part of 7.3.0.

Fresh installs of eslint-config-wikimedia already expand `^7.2.0`
to 7.3.4, but I'd rather set a minimum so that the next propagation
of eslint-config-wikimedia will naturally update this, because
otherwise npm is conservative nowadays and only updates when forced
to or when doing a full rebuild after deleting one's lock file.
  • Loading branch information
Krinkle committed Feb 24, 2023
1 parent fe94491 commit d565f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-no-jquery": "^2.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-qunit": "^7.2.0",
"eslint-plugin-qunit": "^7.3.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-wdio": "^7.19.4",
Expand Down

0 comments on commit d565f2b

Please sign in to comment.