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.29
  • Loading branch information
renovate[bot] committed Jan 11, 2024
1 parent 5da9163 commit ebecad4
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.28",
"eslint-config-txo-typescript-react": "^2.0.29",
"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.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==
eslint-config-txo-typescript-react@^2.0.29:
version "2.0.29"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript-react/-/eslint-config-txo-typescript-react-2.0.29.tgz#f31ef66fac099b615baf585a13605dbf97ea3543"
integrity sha512-6Vud2pS1K6xjONp073IhQes+BlK/819edYois1mXOQN6hpWuTm+JdWk/E/iSziV0XzHmZpmHYCklcljS1LsC5Q==
dependencies:
eslint-config-txo-typescript "^4.0.30"
eslint-config-txo-typescript "^4.0.31"
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.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==
eslint-config-txo-typescript@^4.0.31:
version "4.0.31"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.31.tgz#3c45ce70941bcb7d4fcc58e73b4920c1c34a7690"
integrity sha512-GJK3V6uLAVhhumT3coVkxyAxt20zIE7xx0BfChsQBImrsmUHwgb6q/AEpbWA9gDsBke0lTPkhaemwaaQnw1DKw==
dependencies:
"@eslint-community/eslint-plugin-eslint-comments" "^4.1.0"
"@typescript-eslint/eslint-plugin" "^6.18.1"
Expand All @@ -4542,7 +4542,7 @@ eslint-config-txo-typescript@^4.0.30:
eslint-config-standard-with-typescript "^43.0.0"
eslint-import-resolver-typescript "^3.6.1"
eslint-plugin-import "^2.29.1"
eslint-plugin-jest "^27.6.1"
eslint-plugin-jest "^27.6.2"
eslint-plugin-n "^16.6.2"
eslint-plugin-promise "^6.1.1"
globals "^13.24.0"
Expand Down Expand Up @@ -4608,10 +4608,10 @@ eslint-plugin-import@^2.29.1:
semver "^6.3.1"
tsconfig-paths "^3.15.0"

eslint-plugin-jest@^27.6.1:
version "27.6.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.1.tgz#5e43b07f3ca48d72e4b4fa243531e5153d9ca1dc"
integrity sha512-WEYkyVXD9NlmFBKvrkmzrC+C9yZoz5pAml2hO19PlS3spJtoiwj4p2u8spd/7zx5IvRsZsCmsoImaAvBB9X93Q==
eslint-plugin-jest@^27.6.2:
version "27.6.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.2.tgz#8e69404fcd5dfeac03cac478f0ebb9bf2d8db56b"
integrity sha512-CI1AlKrsNhYFoP48VU8BVWOi7+qHTq4bRxyUlGjeU8SfFt8abjXhjOuDzUoMp68DoXIx17KpNpIkMrl4s4ZW0g==
dependencies:
"@typescript-eslint/utils" "^5.10.0"

Expand Down

0 comments on commit ebecad4

Please sign in to comment.