diff options
author | dependabot[bot] | 2023-08-07 21:54:25 +0000 |
---|---|---|
committer | vitalyster | 2023-08-09 21:15:31 +0300 |
commit | 971b433e55e30375a361451077c3d506bd3c95d1 (patch) | |
tree | c6e8a1f6e07874eccc915f43960018d389277604 /package.json | |
parent | f4edcf1b47fb0d5f0b97cf2af699b60cd869fbe1 (diff) |
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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 002af238..eaba48eb 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^5.11.0", + "eslint-plugin-testing-library": "^5.11.1", "eslint-webpack-plugin": "^4.0.1", "html-webpack-plugin": "^5.5.3", "jest": "^29.6.2", |