Skip to content

Commit b0bf6e5

Browse files
fix(deps): update dependency eslint-config-txo-typescript to ^7.0.2 (#646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca36ad3 commit b0bf6e5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"node": ">=18.0.0"
3737
},
3838
"dependencies": {
39-
"eslint-config-txo-typescript": "^7.0.1",
39+
"eslint-config-txo-typescript": "^7.0.2",
4040
"eslint-plugin-jsx-a11y": "^6.10.2",
4141
"eslint-plugin-react": "^7.37.2",
4242
"eslint-plugin-react-hooks": "^5.0.0"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2930,10 +2930,10 @@ eslint-compat-utils@^0.5.1:
29302930
dependencies:
29312931
semver "^7.5.4"
29322932

2933-
eslint-config-love@^107.0.0:
2934-
version "107.0.0"
2935-
resolved "https://registry.yarnpkg.com/eslint-config-love/-/eslint-config-love-107.0.0.tgz#423fa4e0b55295b87f8579ebbb00641d2a36a9f9"
2936-
integrity sha512-cuee9Did2bL0cLM7sgkxpeOkEABmA+YkS1sf2vTxIf9XdkPBrYIr+eJDKc4vqZyrY8yCgU+lvBGqRBYOrD8klQ==
2933+
eslint-config-love@^109.0.0:
2934+
version "109.0.0"
2935+
resolved "https://registry.yarnpkg.com/eslint-config-love/-/eslint-config-love-109.0.0.tgz#d175dd90a5b499d273972f12edd3798f8e019941"
2936+
integrity sha512-svveEhFauG7DynZYNjfbE8QgjzyZiJH7YP9PnrrIKL/SpF5uPecWKf5EM7TxdmJjLl4qXKNs0+9Z5ocHe4JJCQ==
29372937
dependencies:
29382938
"@typescript-eslint/utils" "^8.15.0"
29392939
eslint-plugin-eslint-comments "^3.2.0"
@@ -2942,15 +2942,15 @@ eslint-config-love@^107.0.0:
29422942
eslint-plugin-promise "^7.0.0"
29432943
typescript-eslint "^8.15.0"
29442944

2945-
eslint-config-txo-typescript@^7.0.1:
2946-
version "7.0.1"
2947-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.0.1.tgz#75420e1150ddeb4d97254907a1524c77d5f1dab4"
2948-
integrity sha512-tBuAgs4UGYWbm+zN9x22yRDRSwKgOfM8WJVbPp4yslfdS+TKD99nhZJQw9doY/zWEe0BT3HMPwb2U7pw2dOJDg==
2945+
eslint-config-txo-typescript@^7.0.2:
2946+
version "7.0.2"
2947+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.0.2.tgz#c951ee3f4b34b666de6e2c2112383031811d1944"
2948+
integrity sha512-rV0zDg37pSfu4omQNwHaQ+gYMmamx5x40OIjpYSmeVSsHzcZdvgbrPRuF1IzmzKZMAK9YQXyAOMk9K8W+ZClWg==
29492949
dependencies:
29502950
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
29512951
"@stylistic/eslint-plugin" "^2.11.0"
29522952
eslint "^9.16.0"
2953-
eslint-config-love "^107.0.0"
2953+
eslint-config-love "^109.0.0"
29542954
eslint-import-resolver-typescript "^3.6.3"
29552955
eslint-plugin-import "^2.31.0"
29562956
eslint-plugin-jest "^28.9.0"

0 commit comments

Comments
 (0)