Skip to content

Commit 5b3b944

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^3.3.0
1 parent e963b1d commit 5b3b944

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

3295-
eslint-config-txo-typescript@^3.2.66:
3296-
version "3.2.66"
3297-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.2.66.tgz#3dbd5c2019ee73882e2b427ec626ea2d998cb4bc"
3298-
integrity sha512-gE3lzZ/Ml6qRFYuxXyawm2jVChoI2pxbkQX7Y1U/+DtZHYWQ5uPeeJdbUHf+syyEEiRfJdauvKLqt7qvjR88xw==
3295+
eslint-config-txo-typescript@^3.3.0:
3296+
version "3.3.0"
3297+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.0.tgz#f611610455e40cf3f8e1cb2c16aa41e066e59832"
3298+
integrity sha512-f84XDGV9APuafbWutcAyKMkYnr7EA3DaTuwtjNd2Yf3C8VJjLPEkGcrqaRvUZBh3OeTtHoHFdoZei1qShEetwg==
32993299
dependencies:
33003300
eslint-config-standard-with-typescript "git+https://github.com/technology-studio-forks/eslint-config-standard-with-typescript.git"
33013301
eslint-import-resolver-typescript "^3.5.5"

0 commit comments

Comments
 (0)