Skip to content

Commit

Permalink
chore(deps): update eslint monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent daa41dc commit 9588ca5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@eslint/js": "9.2.0",
"@eslint/js": "9.4.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "8.57.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@eslint/js": "9.2.0",
"@eslint/js": "9.4.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "8.57.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@eslint/js": "9.2.0",
"@eslint/js": "9.4.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "8.57.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@eslint/js": "9.2.0",
"@eslint/js": "9.4.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/programmatic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@eslint/js": "9.2.0",
"@eslint/js": "9.4.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "8.57.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/rule-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"eslint": "8.48.0"
"eslint": "8.57.0"
},
"dependencies": {
"@babel/code-frame": "^7.18.6"
},
"devDependencies": {
"@types/babel__code-frame": "7.0.6",
"@types/node": "20.14.2",
"eslint": "8.48.0"
"eslint": "8.57.0"
}
}

0 comments on commit 9588ca5

Please sign in to comment.