diff options
author | dependabot[bot] | 2024-08-12 21:19:28 +0000 |
---|---|---|
committer | vitalyster | 2024-08-14 10:53:41 +0300 |
commit | b7254f8f9c41b1d129f26559fdbdea4bb0ba93f1 (patch) | |
tree | 2ccb55240614ec607835ac25517f8a09de8e35f7 /package.json | |
parent | 1f2cdd07aad0c4328e02a87c21b3d0626f570ecf (diff) |
build(deps-dev): bump eslint-plugin-testing-library from 6.2.2 to 6.3.0
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.2.2 to 6.3.0.
- [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/v6.2.2...v6.3.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-testing-library
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 03cc769c..9fff8fc1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-promise": "^7.1.0", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", - "eslint-plugin-testing-library": "^6.2.2", + "eslint-plugin-testing-library": "^6.3.0", "eslint-webpack-plugin": "^4.2.0", "html-webpack-plugin": "^5.6.0", "jest": "^29.7.0", |