Skip to content

Commit 062860e

Browse files
authored
⬆️ Update eslint-plugin-testing-library to version 6.0.1
1 parent adb926c commit 062860e

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
@@ -76,7 +76,7 @@
7676
"eslint-plugin-jest": "^27.2.3",
7777
"eslint-plugin-jest-dom": "^5.0.2",
7878
"eslint-plugin-react": "~7.33.2",
79-
"eslint-plugin-testing-library": "^5.11.1",
79+
"eslint-plugin-testing-library": "^6.0.1",
8080
"history": "~5.3.0",
8181
"html-webpack-plugin": "~5.5.3",
8282
"jest": "~29.6.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3333,10 +3333,10 @@ eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.33.2:
33333333
semver "^6.3.1"
33343334
string.prototype.matchall "^4.0.8"
33353335

3336-
eslint-plugin-testing-library@^5.11.1:
3337-
version "5.11.1"
3338-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz#5b46cdae96d4a78918711c0b4792f90088e62d20"
3339-
integrity sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==
3336+
eslint-plugin-testing-library@^6.0.1:
3337+
version "6.0.1"
3338+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.0.1.tgz#c92325341f01fb2f76a3ab1c70d3c0c968c70b11"
3339+
integrity sha512-CEYtjpcF3hAaQtYsTZqciR7s5z+T0LCMTwJeW+pz6kBnGtc866wAKmhaiK2Gsjc2jWNP7Gt6zhNr2DE1ZW4e+g==
33403340
dependencies:
33413341
"@typescript-eslint/utils" "^5.58.0"
33423342

0 commit comments

Comments
 (0)