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] authored Aug 4, 2024
1 parent 0d7b542 commit debe34f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@typescript-eslint/eslint-plugin": "^8.0.0",
"cpx2": "^7.0.0",
"cross-env": "^7.0.2",
"eslint": "~8.57.0",
"eslint": "~9.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-es": "^4.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@stylistic/eslint-plugin": "~2.0.0",
"eslint": "~8.57.0",
"eslint": "~9.8.0",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-plugin-import": "~2.29.0",
"eslint-plugin-lodash-template": "file:../../../.."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@stylistic/eslint-plugin": "~2.0.0",
"eslint": "~8.57.0",
"eslint": "~9.8.0",
"eslint-config-standard": "~17.1.0",
"eslint-plugin-import": "~2.29.0",
"eslint-plugin-jest": "~28.7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@nuxtjs/eslint-config": "~12.0.0",
"@nuxtjs/eslint-config-typescript": "~12.1.0",
"@stylistic/eslint-plugin": "~2.0.0",
"eslint": "~8.57.0",
"eslint": "~9.8.0",
"eslint-plugin-jest": "~28.7.0",
"eslint-plugin-lodash-template": "file:../../../..",
"eslint-plugin-unicorn": "~55.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@stylistic/eslint-plugin": "~2.0.0",
"eslint": "~8.57.0",
"eslint": "~9.8.0",
"eslint-config-standard": "~17.1.0",
"eslint-plugin-import": "~2.29.0",
"eslint-plugin-lodash-template": "file:../../../..",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"@stylistic/eslint-plugin": "~2.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "~8.57.0",
"eslint": "~9.8.0",
"eslint-plugin-lodash-template": "file:../../.."
},
"description": "test",
Expand Down
2 changes: 1 addition & 1 deletion tests_fixtures/script-processor-repos/test01/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@stylistic/eslint-plugin": "~2.0.0",
"eslint": "~8.57.0",
"eslint": "~9.8.0",
"eslint-plugin-lodash-template": "file:../../.."
},
"description": "test",
Expand Down

0 comments on commit debe34f

Please sign in to comment.