diff options
author | dependabot[bot] | 2023-02-15 22:36:46 +0000 |
---|---|---|
committer | vitalyster | 2023-02-22 11:50:30 +0300 |
commit | 8bd50030e9008ea5014e41995a21243761d18354 (patch) | |
tree | 6d40a66f0a6d074ac0386567a01ff4c6fcd69b5f /vnext/package.json | |
parent | 00959638af67256b66b2bf52d40091925d1cf2fd (diff) |
build(deps-dev): bump eslint-plugin-testing-library in /vnext
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.10.1 to 5.10.2.
- [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.10.1...v5.10.2)
---
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 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index e65e0541..8ac3ede9 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -35,7 +35,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^5.10.1", + "eslint-plugin-testing-library": "^5.10.2", "jest": "^29.4.2", "jest-environment-jsdom": "^29.4.2", "live-server": "^1.2.2", |