Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 3a46fe3 commit 3d2a5ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion e2e/projects/eslint-recommended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"eslint": "9.1.1",
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion e2e/projects/other-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/eslint-parser": "7.24.1",
"eslint": "8.57.0",
"eslint": "9.1.1",
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion e2e/projects/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"eslint": "9.1.1",
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion e2e/projects/ts-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"eslint": "9.1.1",
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"eslint": "9.1.1",
"eslint-config-prettier": "9.1.0",
"fretted-strings": "2.0.0",
"husky": "9.0.11",
Expand Down

0 comments on commit 3d2a5ca

Please sign in to comment.