Skip to content

Commit

Permalink
build(deps-dev): bump eslint-plugin-testing-library from 6.0.1 to 6.1…
Browse files Browse the repository at this point in the history
….0 (#284)

Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.0.1 to 6.1.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.1.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent f897f6f commit e6a7ef6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-testing-library": "^6.0.1",
"eslint-plugin-testing-library": "^6.1.0",
"hoist-non-react-statics": "^3.3.2",
"husky": "^8.0.0",
"jsdom": "^22.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5594,14 +5594,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-testing-library@npm:^6.0.1":
version: 6.0.1
resolution: "eslint-plugin-testing-library@npm:6.0.1"
"eslint-plugin-testing-library@npm:^6.1.0":
version: 6.1.0
resolution: "eslint-plugin-testing-library@npm:6.1.0"
dependencies:
"@typescript-eslint/utils": ^5.58.0
peerDependencies:
eslint: ^7.5.0 || ^8.0.0
checksum: eff1a134cb62f1c39d2136d8b89d4f231a32003fe45da2a905e5dfaa820c4a235f601ea66be6f44dd51e91debc69a36a70b586af65ac8831102b9bd411bc2705
checksum: 67d2f521a6af623c157d05bbefa743d9aa360d5462a9b38a82a79b0ba008cb4d6ba3f604f54ac9d12405c53b6744695fc7fde7875f2b83aa3f85a8ced7687be3
languageName: node
linkType: hard

Expand Down Expand Up @@ -10975,7 +10975,7 @@ __metadata:
eslint-plugin-import: ^2.28.1
eslint-plugin-jest-dom: ^5.1.0
eslint-plugin-prettier: ^5.0.0
eslint-plugin-testing-library: ^6.0.1
eslint-plugin-testing-library: ^6.1.0
hoist-non-react-statics: ^3.3.2
husky: ^8.0.0
jsdom: ^22.1.0
Expand Down

0 comments on commit e6a7ef6

Please sign in to comment.