Skip to content

Commit c318a9e

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.4",
42+
"eslint-config-txo-typescript": "^7.3.5",
4343
"eslint-config-txo-typescript-react": "^3.0.6"
4444
},
4545
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3108,10 +3108,10 @@ 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.4:
3112-
version "7.3.4"
3113-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.3.4.tgz#4cc6a66424ca2c01b2bc847c77653a0ce2a8c424"
3114-
integrity sha512-bkKKfnUDVTPt+v1tTKz07BGBhknDKsWxKlwX2szq/vBOEw3eLmQvGaMEYnJEmwdgBAji50Gd7HnRDmj69SWdkQ==
3111+
eslint-config-txo-typescript@^7.3.5:
3112+
version "7.3.5"
3113+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.3.5.tgz#1571a441e26554aef9b2c1855590d78adc320af8"
3114+
integrity sha512-FbJu4bT3Dabk5xeCCT6+aacTSeyprozc+H/sMaFDB29jKcRoZexj6XCnaW7skjo2yJoZTpTHVlhXhplTPZbWiA==
31153115
dependencies:
31163116
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
31173117
"@stylistic/eslint-plugin" "^2.12.1"
@@ -3123,7 +3123,7 @@ eslint-config-txo-typescript@^7.3.4:
31233123
eslint-plugin-jest "^28.9.0"
31243124
eslint-plugin-n "^17.15.0"
31253125
eslint-plugin-promise "^7.2.1"
3126-
globals "^15.13.0"
3126+
globals "^15.14.0"
31273127
typescript-eslint "^8.18.1"
31283128
yargs "^17.7.2"
31293129

@@ -3925,10 +3925,10 @@ globals@^14.0.0:
39253925
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
39263926
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
39273927

3928-
globals@^15.11.0, globals@^15.13.0:
3929-
version "15.13.0"
3930-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.13.0.tgz#bbec719d69aafef188ecd67954aae76a696010fc"
3931-
integrity sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==
3928+
globals@^15.11.0, globals@^15.14.0:
3929+
version "15.14.0"
3930+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f"
3931+
integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==
39323932

39333933
globalthis@^1.0.4:
39343934
version "1.0.4"

0 commit comments

Comments
 (0)