Skip to content

Commit 1cf124e

Browse files
Update dependency eslint-plugin-unused-imports to v2 (#5728)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 82e23a5 commit 1cf124e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"dependency-graph": "0.11.0",
104104
"eslint": "7.32.0",
105105
"eslint-plugin-import": "2.24.2",
106-
"eslint-plugin-unused-imports": "1.1.5",
106+
"eslint-plugin-unused-imports": "2.0.0",
107107
"express": "4.17.1",
108108
"find-free-port": "2.0.0",
109109
"firebase-functions": "3.15.7",

repo-scripts/prune-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"eslint": "7.32.0",
17-
"eslint-plugin-unused-imports": "1.1.5",
17+
"eslint-plugin-unused-imports": "2.0.0",
1818
"prettier": "2.4.1"
1919
},
2020
"repository": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6969,10 +6969,10 @@ [email protected]:
69696969
resolve "^1.20.0"
69706970
tsconfig-paths "^3.11.0"
69716971

6972-
eslint-plugin-unused-imports@1.1.5:
6973-
version "1.1.5"
6974-
resolved "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.1.5.tgz#a2b992ef0faf6c6c75c3815cc47bde76739513c2"
6975-
integrity sha512-TeV8l8zkLQrq9LBeYFCQmYVIXMjfHgdRQLw7dEZp4ZB3PeR10Y5Uif11heCsHRmhdRIYMoewr1d9ouUHLbLHew==
6972+
eslint-plugin-unused-imports@2.0.0:
6973+
version "2.0.0"
6974+
resolved "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-2.0.0.tgz#d8db8c4d0cfa0637a8b51ce3fd7d1b6bc3f08520"
6975+
integrity sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==
69766976
dependencies:
69776977
eslint-rule-composer "^0.3.0"
69786978

0 commit comments

Comments
 (0)