diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index 6e498825..c2f1bef3 100644 --- a/package.json +++ b/package.json @@ -38,15 +38,15 @@ "devDependencies": { "browserify": "^17.0.0", "css": "^3.0.0", - "eslint": "^7.32.0", + "eslint": "^8.8.0", "eslint-plugin-header": "^3.1.1", - "eslint-plugin-no-unsanitized": "^3.1.5", - "fake-indexeddb": "^3.1.3", - "html-validate": "^4.14.1", - "jsdom": "^16.7.0", + "eslint-plugin-no-unsanitized": "^4.0.1", + "fake-indexeddb": "^3.1.7", + "html-validate": "^6.2.0", + "jsdom": "^19.0.0", "parse5": "^6.0.1", - "stylelint": "^13.13.1", - "stylelint-config-recommended": "^4.0.0", - "web-ext": "^6.4.0" + "stylelint": "^14.3.0", + "stylelint-config-recommended": "^6.0.0", + "web-ext": "^6.6.0" } } |