Skip to content

Commit

Permalink
feat(deps): update dependency eslint-plugin-import to ~2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent f5ac52a commit 825acef
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 265 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-recommended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"eslint-config-prettier": "~8.6.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-import": "~2.30.0",
"eslint-plugin-jest": "~27.2.0",
"eslint-plugin-prettier": "~4.2.0",
"eslint-plugin-simple-import-sort": "~8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@typescript-eslint/eslint-plugin": "~4.33.0",
"@typescript-eslint/parser": "~4.33.0",
"eslint-import-resolver-typescript": "~3.5.0",
"eslint-plugin-import": "~2.26.0"
"eslint-plugin-import": "~2.30.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
Expand Down
Loading

0 comments on commit 825acef

Please sign in to comment.