build(deps-dev): bump eslint-plugin-testing-library

Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.11.0...v5.11.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-testing-library
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-09 05:02:13 +00:00 committed by Klara Simickova
parent 73e41ba72c
commit 2cfef86e01
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View file

@ -55,7 +55,7 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest-dom": "5.0.1",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-testing-library": "5.11.0",
"eslint-plugin-testing-library": "5.11.1",
"git-revision-webpack-plugin": "5.0.0",
"history": "5.3.0",
"identity-obj-proxy": "3.0.0",
@ -9257,9 +9257,10 @@
}
},
"node_modules/eslint-plugin-testing-library": {
"version": "5.11.0",
"version": "5.11.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz",
"integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/utils": "^5.58.0"
},

View file

@ -79,7 +79,7 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest-dom": "5.0.1",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-testing-library": "5.11.0",
"eslint-plugin-testing-library": "5.11.1",
"git-revision-webpack-plugin": "5.0.0",
"history": "5.3.0",
"identity-obj-proxy": "3.0.0",