Skip to content

Commit 69889c5

Browse files
fix(deps): update dependency eslint-config-txo-typescript to ^7.3.10 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a39eb42 commit 69889c5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"node": ">=18.0.0"
4040
},
4141
"dependencies": {
42-
"eslint-config-txo-typescript": "^7.3.9",
42+
"eslint-config-txo-typescript": "^7.3.10",
4343
"eslint-config-txo-typescript-react": "^3.0.6"
4444
},
4545
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@
16091609
semver "^7.6.0"
16101610
ts-api-utils "^1.3.0"
16111611

1612-
"@typescript-eslint/utils@8.18.2", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.15.0", "@typescript-eslint/utils@^8.18.1":
1612+
"@typescript-eslint/utils@8.18.2", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.15.0", "@typescript-eslint/utils@^8.18.2":
16131613
version "8.18.2"
16141614
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.2.tgz#a2635f71904a84f9e47fe1b6f65a6d944ff1adf9"
16151615
integrity sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==
@@ -3108,14 +3108,14 @@ eslint-config-txo-typescript-react@^3.0.6:
31083108
eslint-plugin-react "^7.37.2"
31093109
eslint-plugin-react-hooks "^5.0.0"
31103110

3111-
eslint-config-txo-typescript@^7.3.9:
3112-
version "7.3.9"
3113-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.3.9.tgz#207dc28eca4b4e30ddd54554e441fa4c8c82afd7"
3114-
integrity sha512-SLLtU98FnXhAKMxQhp7IkFFiMkeQC6yAgLAqMjcCPBdD14cJs60gpcScYoIwWG1wF3/IpRMnl/Ck0FiEpbZTyw==
3111+
eslint-config-txo-typescript@^7.3.10:
3112+
version "7.3.10"
3113+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.3.10.tgz#274a5330c8c00549339ac75eb3dc3dc5ccb4533e"
3114+
integrity sha512-Pop6x13CmquqoFFl6WAQmTSnr6RCO2CmPJvWXE1G2bgSfJ6gtTCCRvEtjN2wDU42xYHfJtMoYhKleXrARHocYQ==
31153115
dependencies:
31163116
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
31173117
"@stylistic/eslint-plugin" "^2.12.1"
3118-
"@typescript-eslint/utils" "^8.18.1"
3118+
"@typescript-eslint/utils" "^8.18.2"
31193119
eslint "^9.17.0"
31203120
eslint-config-love "^113.0.0"
31213121
eslint-import-resolver-typescript "^3.7.0"

0 commit comments

Comments
 (0)