Skip to content

Commit 338cca6

Browse files
authored
Merge pull request #223 from element-hq/renovate/eslint-9.x
2 parents b249986 + f060064 commit 338cca6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@testing-library/user-event": "^14.5.1",
6969
"@tsconfig/node18": "^18.2.2",
7070
"@tsconfig/vite-react": "^2.0.1",
71-
"@types/eslint": "^8.44.2",
71+
"@types/eslint": "^9.0.0",
7272
"@types/node": "^20.6.2",
7373
"@types/react": "^18.2.21",
7474
"@typescript-eslint/eslint-plugin": "^7.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,10 +2510,10 @@
25102510
resolved "https://registry.yarnpkg.com/@types/escodegen/-/escodegen-0.0.6.tgz#5230a9ce796e042cda6f086dbf19f22ea330659c"
25112511
integrity sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==
25122512

2513-
"@types/eslint@^8.44.2":
2514-
version "8.56.11"
2515-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.11.tgz#e2ff61510a3b9454b3329fe7731e3b4c6f780041"
2516-
integrity sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==
2513+
"@types/eslint@^9.0.0":
2514+
version "9.6.0"
2515+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.0.tgz#51d4fe4d0316da9e9f2c80884f2c20ed5fb022ff"
2516+
integrity sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==
25172517
dependencies:
25182518
"@types/estree" "*"
25192519
"@types/json-schema" "*"

0 commit comments

Comments
 (0)