Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-txo-typescript-react to …
Browse files Browse the repository at this point in the history
…^1.0.15
  • Loading branch information
renovate[bot] committed Oct 21, 2022
1 parent 91fcaa2 commit f935ec7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^8.25.0",
"eslint-config-txo-typescript-react": "^1.0.14",
"eslint-config-txo-typescript-react": "^1.0.15",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Expand Up @@ -3066,20 +3066,20 @@ eslint-config-standard@17.0.0:
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz#fd5b6cf1dcf6ba8d29f200c461de2e19069888cf"
integrity sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==

eslint-config-txo-typescript-react@^1.0.14:
version "1.0.14"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript-react/-/eslint-config-txo-typescript-react-1.0.14.tgz#4811408df0ff4bb313dda48be6738328d309cb78"
integrity sha512-87xGz5CIQBOcmnrkrnAqRAubuCkDl+kR6XzvwuIA13+ZOyIajqQWsVADHvmph0AMhB7ynpMNDl3ahOv3AHKCQg==
eslint-config-txo-typescript-react@^1.0.15:
version "1.0.15"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript-react/-/eslint-config-txo-typescript-react-1.0.15.tgz#1543c8951738bb789d67e2b1eb9f9f35f9f1d121"
integrity sha512-AO5mm0zvM+UNSbEi4fHV8pdQ3bnwnBXQW1tAh0PEYf+OlIEWwgovdZUf7nGZXq5k+4FxaPw0aFpwyXtgjlLQHA==
dependencies:
eslint-config-txo-typescript "^3.1.38"
eslint-config-txo-typescript "^3.1.39"

eslint-config-txo-typescript@^3.1.38:
version "3.1.38"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.1.38.tgz#86920397e3f70b59c7478addf6cb1c89e671cef0"
integrity sha512-IZM2sr03YPGZeck1Pg3ojHbUmE6sLUr6CPDPs8t0QekVs46LAgleX/9iCqiy/EJhMJE4GpMBk4Dv6Pl4VbZ9zA==
eslint-config-txo-typescript@^3.1.39:
version "3.1.39"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.1.39.tgz#4d64143c885eda0da1fe0e32446913043049432c"
integrity sha512-WWTWUl/NIr7pGmTPUL4qG9o4fCgA6hNcQ/TGeFNCjYTjCoAGIlZkFnZKEX4jx+8CS6g+DMGuMkSYgkyzV2ci1A==
dependencies:
eslint-config-standard-with-typescript "^23.0.0"
eslint-import-resolver-typescript "^3.5.1"
eslint-import-resolver-typescript "^3.5.2"

eslint-formatter-pretty@^4.1.0:
version "4.1.0"
Expand All @@ -3103,18 +3103,18 @@ eslint-import-resolver-node@^0.3.6:
debug "^3.2.7"
resolve "^1.20.0"

eslint-import-resolver-typescript@^3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.1.tgz#c72634da072eebd04fe73007fa58a62c333c8147"
integrity sha512-U7LUjNJPYjNsHvAUAkt/RU3fcTSpbllA0//35B4eLYTX74frmOepbt7F7J3D1IGtj9k21buOpaqtDd4ZlS/BYQ==
eslint-import-resolver-typescript@^3.5.2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.2.tgz#9431acded7d898fd94591a08ea9eec3514c7de91"
integrity sha512-zX4ebnnyXiykjhcBvKIf5TNvt8K7yX6bllTRZ14MiurKPjDpCAZujlszTdB8pcNXhZcOf+god4s9SjQa5GnytQ==
dependencies:
debug "^4.3.4"
enhanced-resolve "^5.10.0"
get-tsconfig "^4.2.0"
globby "^13.1.2"
is-core-module "^2.10.0"
is-glob "^4.0.3"
synckit "^0.8.3"
synckit "^0.8.4"

eslint-module-utils@^2.7.3:
version "2.7.4"
Expand Down Expand Up @@ -7436,7 +7436,7 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

synckit@^0.8.3:
synckit@^0.8.4:
version "0.8.4"
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.4.tgz#0e6b392b73fafdafcde56692e3352500261d64ec"
integrity sha512-Dn2ZkzMdSX827QbowGbU/4yjWuvNaCoScLLoMo/yKbu+P4GBR6cRGKZH27k6a9bRzdqcyd1DE96pQtQ6uNkmyw==
Expand Down

0 comments on commit f935ec7

Please sign in to comment.