Skip to content

Commit

Permalink
feat(deps): update dependency eslint-plugin-import to ~2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 25, 2023
1 parent 5eb6228 commit af7b63f
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 162 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.29.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.29.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
Expand Down

0 comments on commit af7b63f

Please sign in to comment.