diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 1aa6c856..f4f8459e 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ }, "homepage": "https://foosoft.net/projects/yomichan/", "devDependencies": { - "eslint": "^6.8.0", - "eslint-plugin-no-unsanitized": "^3.0.2", - "fake-indexeddb": "^3.0.0", + "eslint": "^7.5.0", + "eslint-plugin-no-unsanitized": "^3.1.2", + "fake-indexeddb": "^3.1.1", "jsdom": "^16.2.2" } } |