fix(deps): update typescript-eslint monorepo to ^7.10.0 (#562)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-05-27 21:26:01 +02:00
committed by GitHub
parent 3f364caced
commit 2bc0431e4e
2 changed files with 4 additions and 4 deletions

4
pnpm-lock.yaml generated
View File

@@ -1044,10 +1044,10 @@ importers:
specifier: ^14.2.3
version: 14.2.3
'@typescript-eslint/eslint-plugin':
specifier: ^7.9.0
specifier: ^7.10.0
version: 7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser':
specifier: ^7.9.0
specifier: ^7.10.0
version: 7.10.0(eslint@8.57.0)(typescript@5.4.5)
eslint-config-prettier:
specifier: ^9.1.0

View File

@@ -16,8 +16,8 @@
},
"dependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.3",
"eslint-plugin-import": "^2.29.1",