aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-07-19 22:05:37 -0400
committerGitHub <noreply@github.com>2020-07-19 22:05:37 -0400
commitd7aaab685ee23ebcd60b69211b02f6a66f57fa17 (patch)
treeca59e232aa7b1220d994887bf5caa383386917bc /package.json
parent8aa7bc1eec23ee7f347aacd63a21552762c4e2b8 (diff)
Dev dependencies updates (#679)
* Update eslint to 7.5.0 * Update eslint-plugin-no-unsanitized to 3.1.2 * Update fake-indexeddb to 3.1.1 * Rename DictionaryImporter.import to .importDictionary Conflicts with o-unsanitized/method
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
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"
}
}