Skip to content

Commit 2b4b00b

Browse files
chore(deps): update dependency eslint to ^9.20.1 (#2156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf87146 commit 2b4b00b

5 files changed

Lines changed: 69 additions & 69 deletions

File tree

examples/gnt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/react": "18.3.18",
3030
"@types/react-dom": "18.3.5",
3131
"dotenv-cli": "^8.0.0",
32-
"eslint": "^9.20.0",
32+
"eslint": "^9.20.1",
3333
"eslint-config-next": "^15.1.7",
3434
"postcss": "^8.5.2",
3535
"tailwindcss": "^4.0.6",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@types/prettier": "^2.7.3",
9898
"@typescript-eslint/eslint-plugin": "^8.24.0",
9999
"@typescript-eslint/parser": "^8.24.0",
100-
"eslint": "^9.20.0",
100+
"eslint": "^9.20.1",
101101
"p-lazy": "^3.1.0",
102102
"test-utils": "workspace:^",
103103
"tmp-promise": "^3.0.3",

packages/gqty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"bob-esbuild-cli": "^4.0.0",
9090
"concurrently": "^9.1.2",
9191
"cross-env": "^7.0.3",
92-
"eslint": "^9.20.0",
92+
"eslint": "^9.20.1",
9393
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
9494
"graphql": "^16.10.0",
9595
"graphql-sse": "^2.5.4",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"@types/use-sync-external-store": "^0.0.6",
105105
"@typescript-eslint/eslint-plugin": "^8.24.0",
106106
"@typescript-eslint/parser": "^8.24.0",
107-
"eslint": "^9.20.0",
107+
"eslint": "^9.20.1",
108108
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
109109
"gqty": "workspace:^",
110110
"graphql": "^16.10.0",

0 commit comments

Comments
 (0)