chore(deps): update dependency @types/eslint to ^8.56.6 (#251)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-03-22 20:51:30 +01:00
committed by GitHub
parent cdc4870925
commit 1f359cd87c
2 changed files with 6 additions and 6 deletions

10
pnpm-lock.yaml generated
View File

@@ -790,8 +790,8 @@ importers:
specifier: workspace:^0.1.0
version: link:../typescript
'@types/eslint':
specifier: ^8.56.5
version: 8.56.5
specifier: ^8.56.6
version: 8.56.6
eslint:
specifier: ^8.57.0
version: 8.57.0
@@ -3359,12 +3359,12 @@ packages:
/@types/eslint-scope@3.7.7:
resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
dependencies:
'@types/eslint': 8.56.5
'@types/eslint': 8.56.6
'@types/estree': 1.0.5
dev: true
/@types/eslint@8.56.5:
resolution: {integrity: sha512-u5/YPJHo1tvkSF2CE0USEkxon82Z5DBy2xR+qfyYNszpX9qcs4sT6uq2kBbj4BXY1+DBGDPnrhMZV3pKWGNukw==}
/@types/eslint@8.56.6:
resolution: {integrity: sha512-ymwc+qb1XkjT/gfoQwxIeHZ6ixH23A+tCT2ADSA/DPVKzAjwYkTXBMCQ/f6fe4wEa85Lhp26VPeUxI7wMhAi7A==}
dependencies:
'@types/estree': 1.0.5
'@types/json-schema': 7.0.15

View File

@@ -26,7 +26,7 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"@types/eslint": "^8.56.5",
"@types/eslint": "^8.56.6",
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^8.57.0",