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

pull/42769/head
Renovate Bot 2021-07-06 15:33:06 +00:00 committed by renovate[bot]
parent 2f729976fc
commit 7f051cef1d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -12798,9 +12798,9 @@
"dev": true
},
"eslint-plugin-testing-library": {
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.8.0.tgz",
"integrity": "sha512-A52pxCyfp0CLeJ+uvN+zTBx/EormNA6ZAvwQ8g6J2yzCR7Yv7Or4Xig0IhNOkENBAadnCtufhXhIUcsCl9vz4A==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.9.0.tgz",
"integrity": "sha512-pnWco+Gi8I77K3DAusOmt9MMA1BG1/sbztkEptB4VbNeVxE0ju5sOyLETJ03CIx8eMNbQAZNeiLQB7hT5D0L3A==",
"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.8.0",
"eslint-plugin-testing-library": "4.9.0",
"execa": "5.1.1",
"husky": "7.0.1",
"jest": "27.0.6",