Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

deps: update dependency eslint-plugin-testing-library to v6. #450

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.1",
"eslint-plugin-testing-library": "^6.1.0",
"eslint-plugin-unicorn": "^48.0.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9634,7 +9634,7 @@ __metadata:
eslint-plugin-promise: ^6.1.1
eslint-plugin-react: ^7.33.2
eslint-plugin-react-hooks: ^4.6.0
eslint-plugin-testing-library: ^5.11.1
eslint-plugin-testing-library: ^6.1.0
eslint-plugin-unicorn: ^48.0.1
prettier: ^3.0.3
ts-node: ^10.9.1
Expand Down Expand Up @@ -9900,14 +9900,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-testing-library@npm:^5.11.1":
version: 5.11.1
resolution: "eslint-plugin-testing-library@npm:5.11.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: 9f3fc68ef9f13016a4381b33ab5dbffcc189e5de3eaeba184bcf7d2771faa7f54e59c04b652162fb1c0f83fb52428dd909db5450a25508b94be59eba69fcc990
checksum: 67d2f521a6af623c157d05bbefa743d9aa360d5462a9b38a82a79b0ba008cb4d6ba3f604f54ac9d12405c53b6744695fc7fde7875f2b83aa3f85a8ced7687be3
languageName: node
linkType: hard

Expand Down
Loading