Skip to content

Commit

Permalink
chore(deps): update eslint txo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2023
1 parent 2d57328 commit 9d540a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"commitizen": "^4.3.0",
"concurrently": "^8.2.1",
"eslint": "^8.50.0",
"eslint-config-txo-typescript-react": "^1.2.45",
"eslint-config-txo-typescript-react": "^1.2.46",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4410,17 +4410,17 @@ eslint-config-standard@17.1.0:
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@^1.2.45:
version "1.2.45"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript-react/-/eslint-config-txo-typescript-react-1.2.45.tgz#9bbc89c2b8717eba1ea46ffe61f2460b3dbbb009"
integrity sha512-Si5B7mFzZOYRJkdsQHNpuWf/v6LNmNilLdKiYsIcJQA6YgZDdiePadvTmRaRX9K0b3NatntNOuSA3UrNY9iMPw==
eslint-config-txo-typescript-react@^1.2.46:
version "1.2.46"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript-react/-/eslint-config-txo-typescript-react-1.2.46.tgz#ca4d341c4da48708dc6f5f38ac18d4d65ee1ce8d"
integrity sha512-BgNpNhEpBdp71oH7rOz50oTD/Kv3P6EsNb4xSafR/V3lVxpS9yFEoszbcU3FUx3o/CHvtOpTdM12LoHcM0VDnA==
dependencies:
eslint-config-txo-typescript "^3.3.26"
eslint-config-txo-typescript "^3.3.27"

eslint-config-txo-typescript@^3.3.26:
version "3.3.26"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.26.tgz#5909fa5a6ebd0d973b0cddb7cdf3da6ffa95d2f8"
integrity sha512-hKKkVpud7gzjj5k6Yk5LStfxR+T6l04B3cyzEJmxFRv+xhKDtWz/oCNxe3iGT5JYAfAVAHAZGtGimNmdf5w3Og==
eslint-config-txo-typescript@^3.3.27:
version "3.3.27"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.27.tgz#c7a9f0614e15355215432c2f2fe153af8105445e"
integrity sha512-/opde/+9J1Y4Z1a6MHbSJfQRuRbrU7f+aIvVNZJiRQ73d1V48IpNQMtIs0j41uzb+WYi2rNfNCZQM9oItPZvPA==
dependencies:
eslint-config-standard-with-typescript "^39.1.0"
eslint-import-resolver-typescript "^3.6.1"
Expand Down Expand Up @@ -4507,10 +4507,10 @@ eslint-plugin-import@^2.28.1:
semver "^6.3.1"
tsconfig-paths "^3.14.2"

eslint-plugin-jest@^27.4.0:
version "27.4.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.0.tgz#3926cca723c40c3d7a3fe0e1fd911eff5e681f50"
integrity sha512-ukVeKmMPAUA5SWjHenvyyXnirKfHKMdOsTZdn5tZx5EW05HGVQwBohigjFZGGj3zuv1cV6hc82FvWv6LdIbkgg==
eslint-plugin-jest@^27.4.2:
version "27.4.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.2.tgz#181d999ac67a9b6040db1d27935887cf5a2882ed"
integrity sha512-3Nfvv3wbq2+PZlRTf2oaAWXWwbdBejFRBR2O8tAO67o+P8zno+QGbcDYaAXODlreXVg+9gvWhKKmG2rgfb8GEg==
dependencies:
"@typescript-eslint/utils" "^5.10.0"

Expand Down

0 comments on commit 9d540a1

Please sign in to comment.