From 7db0b49b68a6952b6146848381234dacc51cd718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 05:04:28 +0000 Subject: [PATCH] chore(dev-deps): bump @testing-library/react from 14.3.1 to 16.0.1 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.1 to 16.0.1. - [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/v14.3.1...v16.0.1) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/devtools-react-ts/package.json | 2 +- examples/overlay-react-ts/package.json | 2 +- examples/popup-react-ts/package.json | 2 +- examples/sidepanel-react-ts/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/devtools-react-ts/package.json b/examples/devtools-react-ts/package.json index 1c7f5b92..025ee0ae 100644 --- a/examples/devtools-react-ts/package.json +++ b/examples/devtools-react-ts/package.json @@ -40,7 +40,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.4.1", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^14.2.2", + "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.13", "happy-dom": "^15.11.6", diff --git a/examples/overlay-react-ts/package.json b/examples/overlay-react-ts/package.json index 2a4de778..683954fa 100644 --- a/examples/overlay-react-ts/package.json +++ b/examples/overlay-react-ts/package.json @@ -40,7 +40,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.4.1", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^14.2.2", + "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.13", "happy-dom": "^15.11.6", diff --git a/examples/popup-react-ts/package.json b/examples/popup-react-ts/package.json index 3f43d780..6cfc8fde 100644 --- a/examples/popup-react-ts/package.json +++ b/examples/popup-react-ts/package.json @@ -40,7 +40,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.4.1", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^14.2.2", + "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.13", "happy-dom": "^15.11.6", diff --git a/examples/sidepanel-react-ts/package.json b/examples/sidepanel-react-ts/package.json index 0ee55942..fdf9bd19 100644 --- a/examples/sidepanel-react-ts/package.json +++ b/examples/sidepanel-react-ts/package.json @@ -40,7 +40,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.4.1", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^14.2.2", + "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.13", "happy-dom": "^15.11.6",