Skip to content

Commit c57a1f8

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^3.3.4
1 parent 6670d75 commit c57a1f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.3"
28+
"eslint-config-txo-typescript": "^3.3.4"
2929
},
3030
"peerDependencies": {
3131
"eslint-plugin-jsx-a11y": "^6.7.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3295,10 +3295,10 @@ eslint-config-standard@17.0.0:
32953295
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz#fd5b6cf1dcf6ba8d29f200c461de2e19069888cf"
32963296
integrity sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==
32973297

3298-
eslint-config-txo-typescript@^3.3.3:
3299-
version "3.3.3"
3300-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.3.tgz#ed133e44083d2d4e9d86c636e72f4429b9cf3fe7"
3301-
integrity sha512-vJ/U/dluL/Y1VV2kmLU8I7N6djimnbbnvZNFeeMj7z6MsaFRtgWTy4SS41GB1vHKEBlUPvH1DDjC6pCZ3Gzpcg==
3298+
eslint-config-txo-typescript@^3.3.4:
3299+
version "3.3.4"
3300+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.4.tgz#2c9accd419a88d6e6e0f27b973fd9d7060b86a8c"
3301+
integrity sha512-Lg6D28+9/rNx1l50/lUb7R35sr5UznCgq+qiNZ2qnCFM5+24f5mB39G5lzrGNMMUwI4AMXaLbR93CHEqhcfn/w==
33023302
dependencies:
33033303
eslint-config-standard-with-typescript "git+https://github.com/technology-studio-forks/eslint-config-standard-with-typescript.git"
33043304
eslint-import-resolver-typescript "^3.6.0"

0 commit comments

Comments
 (0)