From 320bd05d5a08820752ebd0b89aefdf6bfd12f8fe Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 30 Nov 2020 13:00:13 -0500 Subject: [PATCH] bump eslint-plugin-unused-imports to 1.0.1 (#1577) Signed-off-by: Sebastian Malton --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 76890ca260..308e6383ee 100644 --- a/package.json +++ b/package.json @@ -340,7 +340,7 @@ "electron-notarize": "^0.3.0", "eslint": "^7.7.0", "eslint-plugin-react": "^7.21.5", - "eslint-plugin-unused-imports": "^1.0.0", + "eslint-plugin-unused-imports": "^1.0.1", "file-loader": "^6.0.0", "flex.box": "^3.4.4", "fork-ts-checker-webpack-plugin": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index cf94d39ff3..8df1169b83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5963,10 +5963,10 @@ eslint-plugin-react@^7.21.5: resolve "^1.18.1" string.prototype.matchall "^4.0.2" -eslint-plugin-unused-imports@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.0.0.tgz#4e47514a5a262731f0ef26ce1e0826b425e93183" - integrity sha512-3r5ZMHyvy0ww6TuUoRUZNOIhd3EDD3+PQsoz0tdx86PjJ12qWv8Gl1JCW1rxOyFF9u8A61+1P7UId2hzQ95vuQ== +eslint-plugin-unused-imports@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.0.1.tgz#f95f48637bb166ed924ecb5ebf27761a57da4178" + integrity sha512-AVDcgeoZZoBH/g5743nvWQK7/V7w2RMILHvogfBnYa1s47los7G2ysEweRx0yJ8pSVnITJvxTBkefQbJowTi3w== dependencies: "@typescript-eslint/eslint-plugin" "^4.5.0" eslint "^7.11.0"