diff options
author | dependabot[bot] | 2024-11-25 21:58:31 +0000 |
---|---|---|
committer | vitalyster | 2024-11-25 19:30:49 -0800 |
commit | e2dbffd0c8169d18367851d38ad0ee8cd2bbd6f3 (patch) | |
tree | 9a929882adb91a4f38076eafe1643f0616921435 /package.json | |
parent | bd008319fa742e696c1c50a577d9e6e357fd8550 (diff) |
build(deps-dev): bump eslint-plugin-testing-library from 6.4.0 to 7.0.0
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.4.0 to 7.0.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.4.0...v7.0.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-testing-library
dependency-type: direct:development
update-type: version-update:semver-major
...
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 bb4b364c8..76d8c6d99 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-promise": "^7.2.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", - "eslint-plugin-testing-library": "^6.4.0", + "eslint-plugin-testing-library": "^7.0.0", "eslint-webpack-plugin": "^4.2.0", "html-webpack-plugin": "^5.6.3", "jest": "^29.7.0", |