Skip to content

Commit 088f43b

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^3.3.14
1 parent c4c7487 commit 088f43b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"semantic-release": "semantic-release"
2626
},
2727
"dependencies": {
28-
"eslint-config-txo-typescript": "^3.3.13"
28+
"eslint-config-txo-typescript": "^3.3.14"
2929
},
3030
"peerDependencies": {
3131
"eslint-plugin-jsx-a11y": "^6.7.1",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@
16131613
semver "^7.5.4"
16141614
ts-api-utils "^1.0.1"
16151615

1616-
"@typescript-eslint/parser@^6.1.0", "@typescript-eslint/parser@^6.4.1":
1616+
"@typescript-eslint/parser@^6.4.0", "@typescript-eslint/parser@^6.4.1":
16171617
version "6.4.1"
16181618
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.4.1.tgz#85ad550bf4ac4aa227504f1becb828f8e46c44e3"
16191619
integrity sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==
@@ -3258,25 +3258,25 @@ escape-string-regexp@^4.0.0:
32583258
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
32593259
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
32603260

3261-
eslint-config-standard-with-typescript@^38.0.0:
3262-
version "38.0.0"
3263-
resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-38.0.0.tgz#4e25e47011d51a30c8c68934e65e7d744b222cda"
3264-
integrity sha512-G7JR6I8tmWEQjzbESo/9gVq4AQctbVO4J8PINQj8l2lgbJF/W9KCJ4uDLiKmLMjWszW/F5SsucoA/5VpHvfwOQ==
3261+
eslint-config-standard-with-typescript@^39.0.0:
3262+
version "39.0.0"
3263+
resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-39.0.0.tgz#310847a474298cd64a8664a1d5b5434fb30e37b9"
3264+
integrity sha512-CiV2LS4NUeeRmDTDf1ocUMpMxitSyW0g+Y/N7ecElwGj188GahbcQgqfBNyVsIXQxHlZVBlOjkbg3oUI0R3KBg==
32653265
dependencies:
3266-
"@typescript-eslint/parser" "^6.1.0"
3266+
"@typescript-eslint/parser" "^6.4.0"
32673267
eslint-config-standard "17.1.0"
32683268

32693269
eslint-config-standard@17.1.0:
32703270
version "17.1.0"
32713271
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
32723272
integrity sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==
32733273

3274-
eslint-config-txo-typescript@^3.3.13:
3275-
version "3.3.13"
3276-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.13.tgz#12ce6e2edd17a4c0a2a0a51705bbdd7147550867"
3277-
integrity sha512-hehUXeHYslU5afzEaY9HE4a2AzewWl5mypBIWGsFYOfJTXj7LtPfpJ7TkgMNfrk04vEIcmDRiHF8PFmEtxDkSA==
3274+
eslint-config-txo-typescript@^3.3.14:
3275+
version "3.3.14"
3276+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.14.tgz#718ba23aca7b31400c0ee867b8f95e7a88eeea71"
3277+
integrity sha512-0YeP09uloMMF/o0PNDrbG3RcPQa+PKnefmuMbhh+HJqOi1OjA3G5xd3vI5TYq0z9XaGf7n9uc8wBoGUBScR/qA==
32783278
dependencies:
3279-
eslint-config-standard-with-typescript "^38.0.0"
3279+
eslint-config-standard-with-typescript "^39.0.0"
32803280
eslint-import-resolver-typescript "^3.6.0"
32813281

32823282
eslint-formatter-pretty@^5.0.0:

0 commit comments

Comments
 (0)