fix(deps): update dependency eslint-config-prettier to ^10.0.2 (#2427)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-02-26 14:18:43 +00:00
committed by GitHub
parent 0f2fc0505c
commit c2d6e2efcf
2 changed files with 6 additions and 6 deletions

10
pnpm-lock.yaml generated
View File

@@ -2164,8 +2164,8 @@ importers:
specifier: ^15.1.7
version: 15.1.7
eslint-config-prettier:
specifier: ^10.0.1
version: 10.0.1(eslint@9.21.0)
specifier: ^10.0.2
version: 10.0.2(eslint@9.21.0)
eslint-config-turbo:
specifier: ^2.4.4
version: 2.4.4(eslint@9.21.0)(turbo@2.4.4)
@@ -6159,8 +6159,8 @@ packages:
engines: {node: '>=6.0'}
hasBin: true
eslint-config-prettier@10.0.1:
resolution: {integrity: sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==}
eslint-config-prettier@10.0.2:
resolution: {integrity: sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
@@ -14509,7 +14509,7 @@ snapshots:
optionalDependencies:
source-map: 0.6.1
eslint-config-prettier@10.0.1(eslint@9.21.0):
eslint-config-prettier@10.0.2(eslint@9.21.0):
dependencies:
eslint: 9.21.0

View File

@@ -18,7 +18,7 @@
"prettier": "@homarr/prettier-config",
"dependencies": {
"@next/eslint-plugin-next": "^15.1.7",
"eslint-config-prettier": "^10.0.1",
"eslint-config-prettier": "^10.0.2",
"eslint-config-turbo": "^2.4.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",