Skip to content

Commit a946312

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^4.0.68
1 parent 8af0b7f commit a946312

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
@@ -30,7 +30,7 @@
3030
"node": ">=18.0.0"
3131
},
3232
"dependencies": {
33-
"eslint-config-txo-typescript": "^4.0.67",
33+
"eslint-config-txo-typescript": "^4.0.68",
3434
"eslint-plugin-jsx-a11y": "^6.10.0",
3535
"eslint-plugin-react": "^7.37.1",
3636
"eslint-plugin-react-hooks": "^4.6.2"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3085,10 +3085,10 @@ eslint-config-standard@17.1.0:
30853085
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
30863086
integrity sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==
30873087

3088-
eslint-config-txo-typescript@^4.0.67:
3089-
version "4.0.67"
3090-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.67.tgz#efaff237549120c6edac8ac518e5ff5f61db2ac5"
3091-
integrity sha512-UnbZqftXYxMUHiN904BonUIbXiZBYjT40w3wic8qxDy/lNK/YdHrc6FyCAOvgYNHw0ESkheB/YM1jteyAzxH9A==
3088+
eslint-config-txo-typescript@^4.0.68:
3089+
version "4.0.68"
3090+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.68.tgz#4a14a5107d57875440ef84866b4660b88885630e"
3091+
integrity sha512-FnGPc+VSpDRo4M7Tb10wASAwwZnz2rGR8EsY8E/UKmLBwS0z9AFjcjzgVIpJaPKu2DhXmoc8RpfXTtdGO3wd2Q==
30923092
dependencies:
30933093
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.0"
30943094
"@typescript-eslint/eslint-plugin" "^7.5.0"
@@ -3100,7 +3100,7 @@ eslint-config-txo-typescript@^4.0.67:
31003100
eslint-plugin-jest "^27.9.0"
31013101
eslint-plugin-n "^16.6.2"
31023102
eslint-plugin-promise "^6.1.1"
3103-
globals "^15.10.0"
3103+
globals "^15.11.0"
31043104

31053105
eslint-import-resolver-node@^0.3.9:
31063106
version "0.3.9"
@@ -3882,10 +3882,10 @@ globals@^13.19.0, globals@^13.24.0:
38823882
dependencies:
38833883
type-fest "^0.20.2"
38843884

3885-
globals@^15.10.0:
3886-
version "15.10.0"
3887-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.10.0.tgz#a7eab3886802da248ad8b6a9ccca6573ff899c9b"
3888-
integrity sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==
3885+
globals@^15.11.0:
3886+
version "15.11.0"
3887+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.11.0.tgz#b96ed4c6998540c6fb824b24b5499216d2438d6e"
3888+
integrity sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==
38893889

38903890
globalthis@^1.0.3:
38913891
version "1.0.3"

0 commit comments

Comments
 (0)