Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-unused-imports to v2 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 12, 2021
1 parent 90df0b3 commit 1ce16cb
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 10 deletions.
25 changes: 21 additions & 4 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/voting-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-jest": "^25.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^1.1.1",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "~27.3.0",
"jest-extended": "^1.0.0",
"jest-localstorage-mock": "^2.4.10",
Expand Down
16 changes: 11 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@ __metadata:
eslint-plugin-jest: ^25.0.0
eslint-plugin-prettier: ^4.0.0
eslint-plugin-simple-import-sort: ^7.0.0
eslint-plugin-unused-imports: ^1.1.1
eslint-plugin-unused-imports: ^2.0.0
jest: ~27.3.0
jest-extended: ^1.0.0
jest-localstorage-mock: ^2.4.10
Expand Down Expand Up @@ -5592,12 +5592,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unused-imports@npm:^1.1.1":
version: 1.1.2
resolution: "eslint-plugin-unused-imports@npm:1.1.2"
"eslint-plugin-unused-imports@npm:^2.0.0":
version: 2.0.0
resolution: "eslint-plugin-unused-imports@npm:2.0.0"
dependencies:
eslint-rule-composer: ^0.3.0
checksum: 7e899ec79e043f9b2a3d634b405f787c65353c25c37f2dd8561e7919518c5450c34a2ff7ff43bb2ecd296a79f5bc9c7ec0010dc026ea6ba983b8a9e538f68fdb
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.0.0
eslint: ^8.0.0
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
checksum: 8aa1e03e75da2a62a354065e0cb8fe370118c6f8d9720a32fe8c1da937de6adb81a4fed7d0d391d115ac9453b49029fb19f970d180a2cf3dba451fd4c20f0dc4
languageName: node
linkType: hard

Expand Down

0 comments on commit 1ce16cb

Please sign in to comment.