Skip to content

Commit

Permalink
chore: updated eslint-plugin-testing-library version (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilayda-cp authored Oct 14, 2024
1 parent 3c2ea8b commit 8919371
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ module.exports = {
rules: {
"testing-library/no-node-access": "warn",
"testing-library/no-container": "warn",
"testing-library/no-render-in-setup": "warn",
"testing-library/no-debugging-utils": "warn",
"testing-library/await-async-queries": "error",
"testing-library/no-await-sync-queries": "error",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-testing-library": "5.11.1",
"eslint-plugin-testing-library": "6.3.0",
"jest": "27.5.1",
"npm-package-json-lint": "5.4.2",
"prettier": "3.3.3",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5879,7 +5879,14 @@ [email protected]:
requireindex "^1.2.0"
ts-dedent "^2.2.0"

[email protected], eslint-plugin-testing-library@^5.0.1:
[email protected]:
version "6.3.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.3.0.tgz#9c31a9941a860efdff3c06180151ab9c8142f685"
integrity sha512-GYcEErTt6EGwE0bPDY+4aehfEBpB2gDBFKohir8jlATSUvzStEyzCx8QWB/14xeKc/AwyXkzScSzMHnFojkWrA==
dependencies:
"@typescript-eslint/utils" "^5.58.0"

eslint-plugin-testing-library@^5.0.1:
version "5.11.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz#5b46cdae96d4a78918711c0b4792f90088e62d20"
integrity sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==
Expand Down

0 comments on commit 8919371

Please sign in to comment.