Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent 807fb2d commit 20f3a13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@theguild/eslint-rule-tester": "workspace:*",
"@types/debug": "4.1.12",
"@types/eslint": "8.56.5",
"@types/eslint": "8.56.9",
"@types/estree": "1.0.5",
"@types/graphql-depth-limit": "1.1.6",
"@types/json-schema": "7.0.15",
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.11.25",
"eslint": "8.48.0"
"eslint": "8.57.0"
}
}

0 comments on commit 20f3a13

Please sign in to comment.