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
…^2.0.28
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent d1e84a1 commit bcd4d0d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/react": "~18.2.47",
"@types/react-native": "0.72.8",
"concurrently": "^8.2.2",
"eslint-config-txo-typescript-react": "^2.0.27",
"eslint-config-txo-typescript-react": "^2.0.28",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4520,20 +4520,20 @@ [email protected]:
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
integrity sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==

eslint-config-txo-typescript-react@^2.0.27:
version "2.0.27"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript-react/-/eslint-config-txo-typescript-react-2.0.27.tgz#75d533482a6df334ef70d745e3c91a55c6f94ac0"
integrity sha512-lQ7A66brzDWi7e+viTGKAsLoejNR+4CIP6hQo3aLfL0V6qnPpWKIuv29DUQpUaD8zeBuuVORkmwZh1/vTgaNnw==
eslint-config-txo-typescript-react@^2.0.28:
version "2.0.28"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript-react/-/eslint-config-txo-typescript-react-2.0.28.tgz#89cd8aa65c55fa2fc79ba871915662eea84396d9"
integrity sha512-CLWNG0cJajC7zVY3pxf03pE5z2EmBkKjJKRCFnFxgQ1OPDX2G2yDQ+nNbc93gf4YDEvwuAnfX51VNtbxgaxmsg==
dependencies:
eslint-config-txo-typescript "^4.0.29"
eslint-config-txo-typescript "^4.0.30"
eslint-plugin-jsx-a11y "^6.8.0"
eslint-plugin-react "^7.33.2"
eslint-plugin-react-hooks "^4.6.0"

eslint-config-txo-typescript@^4.0.29:
version "4.0.29"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.29.tgz#14d09d48a8d215ee60ef276f61a44fde1697a67b"
integrity sha512-t7tdf6gsj/w7zZkmGBHWwfb1zQUD+BuQ4306XAroV+wZYbGE+u9jOva4wdLxV5Cc8nXxH1/POeB2u3860szdww==
eslint-config-txo-typescript@^4.0.30:
version "4.0.30"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.30.tgz#3bbbc131eef2233a8c8eb78afe6b82f8719a9b20"
integrity sha512-NQa4pooy7bT2qW0or63iUKPAYidL4ocuKB5rtsmAI+AKS5ZazJs4JAwwqGGt81n/l6Suw32GJD5B1oGpeVD3UQ==
dependencies:
"@eslint-community/eslint-plugin-eslint-comments" "^4.1.0"
"@typescript-eslint/eslint-plugin" "^6.18.1"
Expand All @@ -4543,7 +4543,7 @@ eslint-config-txo-typescript@^4.0.29:
eslint-import-resolver-typescript "^3.6.1"
eslint-plugin-import "^2.29.1"
eslint-plugin-jest "^27.6.1"
eslint-plugin-n "^16.6.1"
eslint-plugin-n "^16.6.2"
eslint-plugin-promise "^6.1.1"
globals "^13.24.0"

Expand Down Expand Up @@ -4637,10 +4637,10 @@ eslint-plugin-jsx-a11y@^6.8.0:
object.entries "^1.1.7"
object.fromentries "^2.0.7"

eslint-plugin-n@^16.6.1:
version "16.6.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.6.1.tgz#b16e0033bc9ce592b1c3512cb1cee24f84ecb5ae"
integrity sha512-M1kE5bVQRLBMDYRZwDhWzlzbp370SRRRC1MHqq4I3L2Tatey+9/2csc5mwLDPlmhJaDvkojbrNUME5/llpRyDg==
eslint-plugin-n@^16.6.2:
version "16.6.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz#6a60a1a376870064c906742272074d5d0b412b0b"
integrity sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==
dependencies:
"@eslint-community/eslint-utils" "^4.4.0"
builtins "^5.0.1"
Expand Down

0 comments on commit bcd4d0d

Please sign in to comment.