Skip to content

build(deps-dev): bump eslint-plugin-testing-library from 7.0.0 to 7.1.1 #1254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^7.0.0",
"eslint-plugin-testing-library": "^7.1.1",
"prettier": "3.4.1",
"typescript": "^5.4.5",
"typescript-eslint": "^8.17.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@ __metadata:
eslint-config-react-app: "npm:^7.0.1"
eslint-plugin-import: "npm:^2.31.0"
eslint-plugin-react-hooks: "npm:^5.0.0"
eslint-plugin-testing-library: "npm:^7.0.0"
eslint-plugin-testing-library: "npm:^7.1.1"
prettier: "npm:3.4.1"
typescript: "npm:^5.4.5"
typescript-eslint: "npm:^8.17.0"
Expand Down Expand Up @@ -7856,15 +7856,15 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-testing-library@npm:^7.0.0":
version: 7.0.0
resolution: "eslint-plugin-testing-library@npm:7.0.0"
"eslint-plugin-testing-library@npm:^7.1.1":
version: 7.1.1
resolution: "eslint-plugin-testing-library@npm:7.1.1"
dependencies:
"@typescript-eslint/scope-manager": "npm:^8.15.0"
"@typescript-eslint/utils": "npm:^8.15.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
checksum: 10/f69bfde9e14d306561ef7f913f768aa9af06131e79a0b44a96598fecc44a37b60f8f1a5dfd68de6746838a8ae7d8d22a2607d05a91bf216d3e187bebed3c4b43
checksum: 10/48a7a7f93afd16f9cf9cccaf7a1e7ba2e2ea9072d598558ce758d396c7a4d6a71e49b4ec654feef67350141f4f2737d7460c07dbfaed4eb60a09d1c7ceb11558
languageName: node
linkType: hard

Expand Down
Loading