Skip to content

Commit eed1fb3

Browse files
authoredNov 2, 2023
fix(deps): update eslint (#786)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab24145 commit eed1fb3

File tree

2 files changed

+60
-45
lines changed

2 files changed

+60
-45
lines changed
 

‎packages/eslint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"eslint-plugin-regexp": "^2.1.1",
163163
"eslint-plugin-security": "^1.7.1",
164164
"eslint-plugin-simple-import-sort": "^10.0.0",
165-
"eslint-plugin-sonarjs": "^0.21.0",
165+
"eslint-plugin-sonarjs": "^0.22.0",
166166
"eslint-plugin-toml": "^0.6.0",
167167
"eslint-plugin-unicorn": "^49.0.0",
168168
"eslint-plugin-yml": "^1.10.0",
@@ -194,7 +194,7 @@
194194
"eslint-plugin-jest-dom": "^5.1.0",
195195
"eslint-plugin-jest-formatting": "^3.1.0",
196196
"eslint-plugin-jsdoc": "^46.8.2",
197-
"eslint-plugin-jsx-a11y": "^6.7.1",
197+
"eslint-plugin-jsx-a11y": "^6.8.0",
198198
"eslint-plugin-no-unsanitized": "^4.0.2",
199199
"eslint-plugin-prefer-object-spread": "^1.2.1",
200200
"eslint-plugin-react": "^7.33.2",
@@ -235,7 +235,7 @@
235235
"eslint-plugin-jsdoc": "^46.8.2",
236236
"eslint-plugin-jsx-a11y": "^6.7.1",
237237
"eslint-plugin-no-unsanitized": "^4.0.2",
238-
"eslint-plugin-playwright": "^0.16.0",
238+
"eslint-plugin-playwright": "^0.16.0 || ^0.18.0",
239239
"eslint-plugin-prefer-object-spread": "^1.2.1",
240240
"eslint-plugin-react": "^7.33.2",
241241
"eslint-plugin-react-hooks": "^4.6.0",

‎pnpm-lock.yaml

+57-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.