From 448dddbf51781281bf55244dcadf7e21e5fe8f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 23:04:44 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 13.3.0 to 14.0.0 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.3.0 to 14.0.0. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v13.3.0...v14.0.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4faa7f..4dc7259 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@remix-run/eslint-config": "*", "@testing-library/dom": "8.14.0", "@testing-library/jest-dom": "5.16.5", - "@testing-library/react": "13.3.0", + "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/react": "*", "@types/react-dom": "*",