From 364e31fd15d7d7e5a9635194ce8e2c34cd45a6ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:09:08 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-txo-typescript to ^7.3.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e41dba21..02e0da11 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/eslint": "^9.6.1", "@types/jest": "^29.5.14", "@types/react": "^18.3.16", - "eslint-config-txo-typescript": "^7.2.7", + "eslint-config-txo-typescript": "^7.3.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.2.11", diff --git a/yarn.lock b/yarn.lock index 00b4b952..ee42133d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2942,10 +2942,10 @@ eslint-config-love@^110.0.0: eslint-plugin-promise "^7.0.0" typescript-eslint "^8.15.0" -eslint-config-txo-typescript@^7.2.7: - version "7.2.7" - resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.2.7.tgz#1923f3bee6d1f6697eb865595c92103343fab7a9" - integrity sha512-1npqOJM9d5lqBRvQxQx5+eGr/i2T2V+VoOZbdZVEfRZPVO8kz/8OKHkeXuJQMca/96Eyl6+clx5kRBMukCb0bw== +eslint-config-txo-typescript@^7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.3.0.tgz#83b14e80faa14daa9cadb319114cb09fc35d7393" + integrity sha512-wVfj4BXusUYjF/97tGVDLldeJvjLsXTmhKCDkm1Nd++y8EwcyXp7aHmSX/MB9UBR1Er6VVmkg5Ms+Akr1j+ruA== dependencies: "@eslint-community/eslint-plugin-eslint-comments" "^4.4.1" "@stylistic/eslint-plugin" "^2.12.1"