Skip to content

Commit 4e16cac

Browse files
build(deps-dev): bump eslint-plugin-testing-library from 6.0.1 to 6.2.0
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.0.1 to 6.2.0. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](testing-library/eslint-plugin-testing-library@v6.0.1...v6.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d084c5 commit 4e16cac

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
@@ -56,7 +56,7 @@
5656
"eslint-plugin-prettier": "^5.0.0",
5757
"eslint-plugin-react": "^7.33.2",
5858
"eslint-plugin-react-hooks": "^4.6.0",
59-
"eslint-plugin-testing-library": "^6.0.1",
59+
"eslint-plugin-testing-library": "^6.2.0",
6060
"jest": "^29.6.2",
6161
"jest-environment-jsdom": "^29.6.2",
6262
"lint-staged": "14.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,10 +2714,10 @@ eslint-plugin-react@^7.31.7, eslint-plugin-react@^7.33.2:
27142714
semver "^6.3.1"
27152715
string.prototype.matchall "^4.0.8"
27162716

2717-
eslint-plugin-testing-library@^6.0.1:
2718-
version "6.0.1"
2719-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.0.1.tgz#c92325341f01fb2f76a3ab1c70d3c0c968c70b11"
2720-
integrity sha512-CEYtjpcF3hAaQtYsTZqciR7s5z+T0LCMTwJeW+pz6kBnGtc866wAKmhaiK2Gsjc2jWNP7Gt6zhNr2DE1ZW4e+g==
2717+
eslint-plugin-testing-library@^6.2.0:
2718+
version "6.2.0"
2719+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.0.tgz#af3340b783c881eb19ec5ac6b3a4bfe8ab4a1f74"
2720+
integrity sha512-+LCYJU81WF2yQ+Xu4A135CgK8IszcFcyMF4sWkbiu6Oj+Nel0TrkZq/HvDw0/1WuO3dhDQsZA/OpEMGd0NfcUw==
27212721
dependencies:
27222722
"@typescript-eslint/utils" "^5.58.0"
27232723

0 commit comments

Comments
 (0)