fix(deps): update dependency eslint-config-turbo to ^2.0.13 (#978)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-08-14 16:14:14 +00:00
committed by GitHub
parent f2629d9ac7
commit 497363b491
2 changed files with 10 additions and 10 deletions

18
pnpm-lock.yaml generated
View File

@@ -1434,8 +1434,8 @@ importers:
specifier: ^9.1.0
version: 9.1.0(eslint@9.9.0)
eslint-config-turbo:
specifier: ^2.0.12
version: 2.0.12(eslint@9.9.0)
specifier: ^2.0.13
version: 2.0.13(eslint@9.9.0)
eslint-plugin-import:
specifier: ^2.29.1
version: 2.29.1(@typescript-eslint/parser@8.1.0(eslint@9.9.0)(typescript@5.5.4))(eslint@9.9.0)
@@ -3995,8 +3995,8 @@ packages:
peerDependencies:
eslint: '>=7.0.0'
eslint-config-turbo@2.0.12:
resolution: {integrity: sha512-3PUzoyeJi2SjsTSjfWgTUIHK7kOqsapDEaOT7sCjFnZXvuhYLKxW37lysjq7+55abGGm0yQTXxNFLjrQKUORag==}
eslint-config-turbo@2.0.13:
resolution: {integrity: sha512-GdWQa8OAnX7SnrUK49U4zEv6rglLogQs1HQZ56Y7jn87ohkaBQAUFtxjyTNNgcDlYqzT/6deRlEGsJ/maRU2Wg==}
peerDependencies:
eslint: '>6.6.0'
@@ -4052,8 +4052,8 @@ packages:
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
eslint-plugin-turbo@2.0.12:
resolution: {integrity: sha512-vXWKer7F0RPTcVy1B+hFTEK4mlEOpouB8MCAFD3WW4C6t98wvuDCsIPjxIldpxg7CnwmRxALpNWgNVkU2LVVEQ==}
eslint-plugin-turbo@2.0.13:
resolution: {integrity: sha512-hpHRtQVETm07OBvj8kFy/+sgts+i36wFM8xd4yr9Wt3TWtmC4mealtgSvSEx61vdkqbDhKMP4CftgpHj2DI4yw==}
peerDependencies:
eslint: '>6.6.0'
@@ -9345,10 +9345,10 @@ snapshots:
dependencies:
eslint: 9.9.0
eslint-config-turbo@2.0.12(eslint@9.9.0):
eslint-config-turbo@2.0.13(eslint@9.9.0):
dependencies:
eslint: 9.9.0
eslint-plugin-turbo: 2.0.12(eslint@9.9.0)
eslint-plugin-turbo: 2.0.13(eslint@9.9.0)
eslint-import-resolver-node@0.3.9:
dependencies:
@@ -9441,7 +9441,7 @@ snapshots:
string.prototype.matchall: 4.0.11
string.prototype.repeat: 1.0.0
eslint-plugin-turbo@2.0.12(eslint@9.9.0):
eslint-plugin-turbo@2.0.13(eslint@9.9.0):
dependencies:
dotenv: 16.0.3
eslint: 9.9.0

View File

@@ -18,7 +18,7 @@
"dependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.12",
"eslint-config-turbo": "^2.0.13",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",