chore(deps): update dependency eslint-plugin-testing-library to v4.10.1

This commit is contained in:
Renovate Bot
2021-07-21 10:45:13 +00:00
committed by renovate[bot]
parent c6ce66e930
commit 7ae8f6e9a8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11804,9 +11804,9 @@
"dev": true
},
"eslint-plugin-testing-library": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.10.0.tgz",
"integrity": "sha512-2lsoJQi4Gy3TIqy+iDZNKIWR8XFcS3jC+EhfPV1GH2DYW5mYpFi16Vrzm1AdGzI+9kCdZDWdKuU6BKQDgZkNBg==",
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.10.1.tgz",
"integrity": "sha512-pISDdbDBTAkd6nnAoMIMLsU91UBh6l3UX5n0FdUjGM0D92WLw+z/0WR4iptO06G2UhkwcTNl1r/K4huS3/gsXA==",
"dev": true,
"requires": {
"@typescript-eslint/experimental-utils": "^4.24.0"

View File

@ -123,7 +123,7 @@
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "2.5.1",
"eslint-plugin-testing-library": "4.10.0",
"eslint-plugin-testing-library": "4.10.1",
"execa": "5.1.1",
"husky": "7.0.1",
"jest": "27.0.6",