Skip to content

Commit

Permalink
fix(): roll back eslint-plugin-ordered-imports ^0.5.0 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Nicolas Pearson <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2021
1 parent 18f4126 commit 78b2808
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-ordered-imports": "^0.6.0",
"eslint-plugin-ordered-imports": "^0.5.0",
"eslint-plugin-unicorn": "^39.0.0",
"husky": "^7.0.4",
"jest": "^27.4.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3991,12 +3991,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-ordered-imports@npm:^0.6.0":
version: 0.6.0
resolution: "eslint-plugin-ordered-imports@npm:0.6.0"
"eslint-plugin-ordered-imports@npm:^0.5.0":
version: 0.5.0
resolution: "eslint-plugin-ordered-imports@npm:0.5.0"
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: 5faf91110f85ff67f639c13f2063f7aef31322bcf6a1894f850d57edc62ceba7c091a7bf46c7e14123fbe840f62ddc49988a6f0a0af21f8ae4930ee537190816
eslint: ^7.0.0
checksum: a2987f6c088d88471bffdc8ddb2e48135e5ba004354e0e3c28b13f072ad7a5587b3a5a68b9f68debf9b0f8bc2c89f417c438619509b2b65a67997feb34779437
languageName: node
linkType: hard

Expand Down Expand Up @@ -4847,7 +4847,7 @@ __metadata:
eslint-plugin-import: ^2.25.3
eslint-plugin-jest: ^25.3.0
eslint-plugin-node: ^11.1.0
eslint-plugin-ordered-imports: ^0.6.0
eslint-plugin-ordered-imports: ^0.5.0
eslint-plugin-unicorn: ^39.0.0
husky: ^7.0.4
jest: ^27.4.0
Expand Down

0 comments on commit 78b2808

Please sign in to comment.