Skip to content

Commit c27f89d

Browse files
fix(deps): update dependency eslint-plugin-testing-library to v6.2.2 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc027c3 commit c27f89d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react": "7.34.1",
3030
"eslint-plugin-react-hooks": "4.6.0",
3131
"eslint-plugin-security-node": "1.1.4",
32-
"eslint-plugin-testing-library": "6.2.1",
32+
"eslint-plugin-testing-library": "6.2.2",
3333
"globals": "15.0.0",
3434
"jsonc-eslint-parser": "2.4.0",
3535
"typescript-eslint": "7.6.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,10 +1797,10 @@ [email protected]:
17971797
resolved "https://registry.yarnpkg.com/eslint-plugin-security-node/-/eslint-plugin-security-node-1.1.4.tgz#e78dbfa9d4852076d51ca512a28d6b4ead069792"
17981798
integrity sha512-8+agTMb2glNbP1zFhqo/Ixwtz16Hn0TvJW5KgpoHkAzGjDUhQf9iT+D6OgbhvZCMWRKMjc+5FbJ2Lh0UEUz7fQ==
17991799

1800-
1801-
version "6.2.1"
1802-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.1.tgz#078bebc44205d66b99336a88f5cb1cfda4c3c660"
1803-
integrity sha512-CP2YV/AxtgyrXgizM4648UkuVrFGDcCA8uDmrLytGqtsa7wgC6MTuIQqEAT1Qm4/zCxnC8xRtiGgfEwEt6hmdw==
1800+
1801+
version "6.2.2"
1802+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.2.tgz#67e84ff891a2b3a8078ced0afa95ee6f343c00c1"
1803+
integrity sha512-1E94YOTUDnOjSLyvOwmbVDzQi/WkKm3WVrMXu6SmBr6DN95xTGZmI6HJ/eOkSXh/DlheRsxaPsJvZByDBhWLVQ==
18041804
dependencies:
18051805
"@typescript-eslint/utils" "^5.58.0"
18061806

0 commit comments

Comments
 (0)