Skip to content

Commit 1a47b63

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

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.2",
39+
"eslint-config-txo-typescript": "^7.0.3",
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
@@ -2942,10 +2942,10 @@ eslint-config-love@^109.0.0:
29422942
eslint-plugin-promise "^7.0.0"
29432943
typescript-eslint "^8.15.0"
29442944

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==
2945+
eslint-config-txo-typescript@^7.0.3:
2946+
version "7.0.3"
2947+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.0.3.tgz#0f465811a9f65bf7be20d7bde1e024d36986b63b"
2948+
integrity sha512-HbjCMOoViSWS6GtRagv5DpeAvxusSTgozs4W8h3+cA3OIBeMNqtXd0dUobqq0+VybEVg1SZBQG1uKQAA6IifIg==
29492949
dependencies:
29502950
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
29512951
"@stylistic/eslint-plugin" "^2.11.0"
@@ -2956,7 +2956,7 @@ eslint-config-txo-typescript@^7.0.2:
29562956
eslint-plugin-jest "^28.9.0"
29572957
eslint-plugin-n "^17.14.0"
29582958
eslint-plugin-promise "^7.2.1"
2959-
globals "^15.12.0"
2959+
globals "^15.13.0"
29602960
typescript-eslint "^8.16.0"
29612961

29622962
eslint-import-resolver-node@^0.3.9:
@@ -3742,10 +3742,10 @@ globals@^14.0.0:
37423742
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
37433743
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
37443744

3745-
globals@^15.11.0, globals@^15.12.0:
3746-
version "15.12.0"
3747-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.12.0.tgz#1811872883ad8f41055b61457a130221297de5b5"
3748-
integrity sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==
3745+
globals@^15.11.0, globals@^15.13.0:
3746+
version "15.13.0"
3747+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.13.0.tgz#bbec719d69aafef188ecd67954aae76a696010fc"
3748+
integrity sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==
37493749

37503750
globalthis@^1.0.4:
37513751
version "1.0.4"

0 commit comments

Comments
 (0)