From 83905aaef0b80cd7b433cdefb98ec8e38015eb20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:22:20 +0000 Subject: [PATCH] chore(deps): bump @testing-library/react from 15.0.5 to 15.0.6 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.5 to 15.0.6. - [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/v15.0.5...v15.0.6) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/hawtio/package.json | 2 +- yarn.lock | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/packages/hawtio/package.json b/packages/hawtio/package.json index 0273979b..4d646a25 100644 --- a/packages/hawtio/package.json +++ b/packages/hawtio/package.json @@ -41,7 +41,7 @@ "@patternfly/react-core": "~4.278.1", "@patternfly/react-table": "~4.113.7", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.5", + "@testing-library/react": "^15.0.6", "@testing-library/user-event": "^14.5.2", "@thumbmarkjs/thumbmarkjs": "^0.14.7", "@types/dagre": "^0.7.52", diff --git a/yarn.lock b/yarn.lock index ab078ccc..48b617eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -796,7 +796,7 @@ __metadata: "@patternfly/react-table": "npm:~4.113.7" "@simbathesailor/use-what-changed": "npm:^2.0.0" "@testing-library/jest-dom": "npm:^6.4.2" - "@testing-library/react": "npm:^15.0.5" + "@testing-library/react": "npm:^15.0.6" "@testing-library/user-event": "npm:^14.5.2" "@thumbmarkjs/thumbmarkjs": "npm:^0.14.7" "@types/dagre": "npm:^0.7.52" @@ -1810,17 +1810,21 @@ __metadata: languageName: node linkType: hard -"@testing-library/react@npm:^15.0.5": - version: 15.0.5 - resolution: "@testing-library/react@npm:15.0.5" +"@testing-library/react@npm:^15.0.6": + version: 15.0.6 + resolution: "@testing-library/react@npm:15.0.6" dependencies: "@babel/runtime": "npm:^7.12.5" "@testing-library/dom": "npm:^10.0.0" "@types/react-dom": "npm:^18.0.0" peerDependencies: + "@types/react": ^18.0.0 react: ^18.0.0 react-dom: ^18.0.0 - checksum: 10/27b938ddcdd6b4a98d4564460899f36ae3f69ad749e25389424c1c1d0adf40adeb1387dd29303c0f83b33e2f7ce7133253e0491c4b22af8cb340f631901dbe62 + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/04f63fc8e1d32ca9ce387df87abbdbe1d1e8bd7343d305a3d4662e60133453a4a39f5b0e1653efbfe9516750ca559c27a9ace4740f4c3e24a49270acaf93084d languageName: node linkType: hard