From aea23775a1681fd8eb96043d092d2983eb15b640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 17:18:40 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-testing-library in /packages/camp Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.2.0 to 7.1.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/v6.2.0...v7.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/camp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/camp/package.json b/packages/camp/package.json index a1a0f443..47e0306a 100644 --- a/packages/camp/package.json +++ b/packages/camp/package.json @@ -93,7 +93,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-storybook": "0.8.0", - "eslint-plugin-testing-library": "6.2.0", + "eslint-plugin-testing-library": "7.1.1", "mockdate": "^3.0.5", "npm-run-all": "^4.1.5", "prettier": "3.2.5",