fix(deps): update dependency eslint-config-prettier to ^10.1.1 (#2524)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-03-07 10:19:12 +00:00
committed by GitHub
parent 15026afa46
commit 4721a97094
2 changed files with 6 additions and 6 deletions

10
pnpm-lock.yaml generated
View File

@@ -2167,8 +2167,8 @@ importers:
specifier: 15.1.7
version: 15.1.7
eslint-config-prettier:
specifier: ^10.0.2
version: 10.0.2(eslint@9.21.0)
specifier: ^10.1.1
version: 10.1.1(eslint@9.21.0)
eslint-config-turbo:
specifier: ^2.4.4
version: 2.4.4(eslint@9.21.0)(turbo@2.4.4)
@@ -6177,8 +6177,8 @@ packages:
engines: {node: '>=6.0'}
hasBin: true
eslint-config-prettier@10.0.2:
resolution: {integrity: sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==}
eslint-config-prettier@10.1.1:
resolution: {integrity: sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
@@ -14597,7 +14597,7 @@ snapshots:
optionalDependencies:
source-map: 0.6.1
eslint-config-prettier@10.0.2(eslint@9.21.0):
eslint-config-prettier@10.1.1(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.2",
"eslint-config-prettier": "^10.1.1",
"eslint-config-turbo": "^2.4.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",