Skip to content

Commit 6aa8b16

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^4.0.39
1 parent 431c9a4 commit 6aa8b16

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
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.38",
31+
"eslint-config-txo-typescript": "^4.0.39",
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: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,10 +3433,10 @@ eslint-config-standard@17.1.0:
34333433
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
34343434
integrity sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==
34353435

3436-
eslint-config-txo-typescript@^4.0.38:
3437-
version "4.0.38"
3438-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.38.tgz#c8322eb78c441f36e5b58579a3d7761170b6411f"
3439-
integrity sha512-v9E9iT2pn0TRdVM+UvPlmtrWT74cKu3SiG1QuYsudzTzCSZNSlJLFx37m/ZJs6L6yIYnuwpR1kzcVY0XCvisvw==
3436+
eslint-config-txo-typescript@^4.0.39:
3437+
version "4.0.39"
3438+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.39.tgz#509225d89a7970f700df082c0fd0959cb81ec538"
3439+
integrity sha512-kjqHA11aiO2E1d1G13v39zq+zU9F18hccojtyS3gosnkt0gkcZsaU720V+SXsgCecOQ1Uja3/mxPTX6Yi7vCig==
34403440
dependencies:
34413441
"@eslint-community/eslint-plugin-eslint-comments" "^4.1.0"
34423442
"@typescript-eslint/eslint-plugin" "^7.0.1"
@@ -3448,7 +3448,7 @@ eslint-config-txo-typescript@^4.0.38:
34483448
eslint-plugin-jest "^27.6.3"
34493449
eslint-plugin-n "^16.6.2"
34503450
eslint-plugin-promise "^6.1.1"
3451-
globals "^13.24.0"
3451+
globals "^14.0.0"
34523452

34533453
eslint-import-resolver-node@^0.3.9:
34543454
version "0.3.9"
@@ -4311,6 +4311,11 @@ globals@^13.24.0:
43114311
dependencies:
43124312
type-fest "^0.20.2"
43134313

4314+
globals@^14.0.0:
4315+
version "14.0.0"
4316+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
4317+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
4318+
43144319
globalthis@^1.0.3:
43154320
version "1.0.3"
43164321
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"

0 commit comments

Comments
 (0)