Skip to content

Commit

Permalink
chore(deps): update dependency eslint to ^9.20.0 (#2130)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 02b0fa2 commit 8d9a312
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 76 deletions.
2 changes: 1 addition & 1 deletion examples/gnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"dotenv-cli": "^8.0.0",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"eslint-config-next": "^14.2.23",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"p-lazy": "^3.1.0",
"test-utils": "workspace:^",
"tmp-promise": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gqty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"bob-esbuild-cli": "^4.0.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"graphql": "^16.10.0",
"graphql-sse": "^2.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"gqty": "workspace:^",
"graphql": "^16.10.0",
Expand Down
Loading

0 comments on commit 8d9a312

Please sign in to comment.