diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package.json b/package.json index f1c39bf5..ce906797 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "test-lint": "npx eslint . && node ./dev/lint/global-declarations.js && node ./dev/lint/html-scripts.js", "test-lint-css": "npx stylelint \"ext/**/*.css\" \"test/**/*.css\" \"dev/**/*.css\"", "test-lint-html": "npx html-validate \"ext/**/*.html\" \"test/**/*.html\" \"dev/**/*.html\"", - "test-lint-web-ext": "npx web-ext lint", "test-code": "node ./test/test-all.js ./test --skip ./test/test-manifest.js", "test-manifest": "node ./test/test-manifest.js", "test-build": "node ./dev/build.js --dry-run --all" @@ -42,15 +41,14 @@ "css": "^3.0.0", "eslint": "^8.50.0", "eslint-plugin-header": "^3.1.1", - "eslint-plugin-jsdoc": "^39.3.6", + "eslint-plugin-jsdoc": "^46.8.2", "eslint-plugin-jsonc": "^2.9.0", "eslint-plugin-no-unsanitized": "^4.0.1", "fake-indexeddb": "^4.0.2", - "html-validate": "^7.6.0", + "html-validate": "^8.5.0", "jsdom": "^22.1.0", "parse5": "^7.1.2", "stylelint": "^15.10.3", - "stylelint-config-recommended": "^13.0.0", - "web-ext": "^7.7.0" + "stylelint-config-recommended": "^13.0.0" } } |