diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json index 3b97e44e..36aa18f3 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,12 @@ "sourceDir": "ext" }, "devDependencies": { - "eslint": "^7.5.0", - "eslint-plugin-no-unsanitized": "^3.1.2", - "fake-indexeddb": "^3.1.1", - "jsdom": "^16.2.2", - "web-ext": "^5.1.0" + "browserify": "^16.5.2", + "eslint": "^7.10.0", + "eslint-plugin-no-unsanitized": "^3.1.4", + "fake-indexeddb": "^3.1.2", + "jsdom": "^16.4.0", + "parse5": "^6.0.1", + "web-ext": "^5.2.0" } } |