Skip to content

Commit 7693b9c

Browse files
authored
⬆️ Update eslint-plugin-testing-library to version 6.1.0
1 parent 1effcc1 commit 7693b9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"eslint-plugin-jest": "^27.4.2",
7676
"eslint-plugin-jest-dom": "^5.1.0",
7777
"eslint-plugin-react": "~7.33.2",
78-
"eslint-plugin-testing-library": "^5.11.1",
78+
"eslint-plugin-testing-library": "^6.1.0",
7979
"history": "~5.3.0",
8080
"html-webpack-plugin": "~5.5.3",
8181
"jest": "~29.7.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3315,10 +3315,10 @@ eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.33.2:
33153315
semver "^6.3.1"
33163316
string.prototype.matchall "^4.0.8"
33173317

3318-
eslint-plugin-testing-library@^5.11.1:
3319-
version "5.11.1"
3320-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz#5b46cdae96d4a78918711c0b4792f90088e62d20"
3321-
integrity sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==
3318+
eslint-plugin-testing-library@^6.1.0:
3319+
version "6.1.0"
3320+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.1.0.tgz#6f4fbc50dfbac100b0c6083b1e6b06cea9a86feb"
3321+
integrity sha512-r7kE+az3tbp8vyRwfyAGZ6V/xw+XvdWFPicIo6jbOPZoossOFDeHizARqPGV6gEkyF8hyCFhhH3mlQOGS3N5Sg==
33223322
dependencies:
33233323
"@typescript-eslint/utils" "^5.58.0"
33243324

0 commit comments

Comments
 (0)