Skip to content

Commit 45be9ed

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^4.0.15
1 parent bec725a commit 45be9ed

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
@@ -28,7 +28,7 @@
2828
"node": ">=18.0.0"
2929
},
3030
"dependencies": {
31-
"eslint-config-txo-typescript": "^4.0.14",
31+
"eslint-config-txo-typescript": "^4.0.15",
3232
"eslint-plugin-jsx-a11y": "^6.8.0",
3333
"eslint-plugin-react": "^7.33.2",
3434
"eslint-plugin-react-hooks": "^4.6.0"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3418,10 +3418,10 @@ escape-string-regexp@^4.0.0:
34183418
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
34193419
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
34203420

3421-
eslint-config-standard-with-typescript@^40.0.0:
3422-
version "40.0.0"
3423-
resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-40.0.0.tgz#6501601dc35e378e6b16e22257e80b7bd276119d"
3424-
integrity sha512-GXUJcwIXiTQaS3H4etv8a1lejVVdZYaxZNz3g7vt6GoJosQqMTurbmSC4FVGyHiGT/d1TjFr3+47A3xsHhsG+Q==
3421+
eslint-config-standard-with-typescript@^42.0.0:
3422+
version "42.0.0"
3423+
resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-42.0.0.tgz#19e8fb3d996701328230cf735ee86dbfb8e8e352"
3424+
integrity sha512-m1/2g/Sicun1uFZOFigJVeOqo9fE7OkMsNtilcpHwdCdcGr21qsGqYiyxYSvvHfJwY7w5OTQH0hxk8sM2N5Ohg==
34253425
dependencies:
34263426
"@typescript-eslint/parser" "^6.4.0"
34273427
eslint-config-standard "17.1.0"
@@ -3431,16 +3431,16 @@ eslint-config-standard@17.1.0:
34313431
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
34323432
integrity sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==
34333433

3434-
eslint-config-txo-typescript@^4.0.14:
3435-
version "4.0.14"
3436-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.14.tgz#cb86d361514167fdf4f0b610db911fe984a89371"
3437-
integrity sha512-k9S5kgA+qDyzzDkznFLIrKIkCFe+bCQCp1JfEDWvZMtsT5mbDrJcEmLw9Bv7MWGX+lofIphnV4bZvBLWrTMkFw==
3434+
eslint-config-txo-typescript@^4.0.15:
3435+
version "4.0.15"
3436+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.15.tgz#aa88410279fcb0e0470d08d4d880468f6cfb9d2c"
3437+
integrity sha512-WLsDLf7juJXyYICBQFI47XNlQVoqAVbj9sdVxRGrNcVphRyX2X/WJHUotIHexnRZ7/U1LoEUM7GX79kdrvFC1Q==
34383438
dependencies:
34393439
"@eslint-community/eslint-plugin-eslint-comments" "^4.1.0"
34403440
"@typescript-eslint/eslint-plugin" "^6.13.2"
34413441
"@typescript-eslint/parser" "^6.13.2"
34423442
eslint "^8.55.0"
3443-
eslint-config-standard-with-typescript "^40.0.0"
3443+
eslint-config-standard-with-typescript "^42.0.0"
34443444
eslint-import-resolver-typescript "^3.6.1"
34453445
eslint-plugin-import "^2.29.0"
34463446
eslint-plugin-jest "^27.6.0"

0 commit comments

Comments
 (0)