Skip to content

Commit 1bf43b7

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^3.3.5
1 parent 238e88e commit 1bf43b7

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.4"
28+
"eslint-config-txo-typescript": "^3.3.5"
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
@@ -3293,10 +3293,10 @@ eslint-config-standard@17.0.0:
32933293
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz#fd5b6cf1dcf6ba8d29f200c461de2e19069888cf"
32943294
integrity sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==
32953295

3296-
eslint-config-txo-typescript@^3.3.4:
3297-
version "3.3.4"
3298-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.4.tgz#2c9accd419a88d6e6e0f27b973fd9d7060b86a8c"
3299-
integrity sha512-Lg6D28+9/rNx1l50/lUb7R35sr5UznCgq+qiNZ2qnCFM5+24f5mB39G5lzrGNMMUwI4AMXaLbR93CHEqhcfn/w==
3296+
eslint-config-txo-typescript@^3.3.5:
3297+
version "3.3.5"
3298+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.5.tgz#846785a694ad6a1309927c51bad9371c49421035"
3299+
integrity sha512-+CEl81dkY5qtG6mxnb6p1HW7nb1910JvssaOS2Hcq8AkJkBaYkkbNPbkc9Z7vXgQupEAUDYZLq5Dlu8gQZuAtQ==
33003300
dependencies:
33013301
eslint-config-standard-with-typescript "git+https://github.com/technology-studio-forks/eslint-config-standard-with-typescript.git"
33023302
eslint-import-resolver-typescript "^3.6.0"

0 commit comments

Comments
 (0)