From e8d0c1ac4cc54d5af588e39117bac5adad6890e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 13:15:24 +0300 Subject: [PATCH] build(deps): bump @testing-library/react in /app/vmui/packages/vmui (#2438) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.0.0 to 13.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/v13.0.0...v13.0.1) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/vmui/packages/vmui/package-lock.json | 18 +++++++++--------- app/vmui/packages/vmui/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/vmui/packages/vmui/package-lock.json b/app/vmui/packages/vmui/package-lock.json index 63d8abbea1..da010e567e 100644 --- a/app/vmui/packages/vmui/package-lock.json +++ b/app/vmui/packages/vmui/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^5.5.1", "@mui/styles": "^5.5.1", "@testing-library/jest-dom": "^5.16.2", - "@testing-library/react": "^13.0.0", + "@testing-library/react": "^13.0.1", "@testing-library/user-event": "^14.0.4", "@types/jest": "^27.4.1", "@types/lodash.debounce": "^4.0.6", @@ -4272,13 +4272,13 @@ } }, "node_modules/@testing-library/react": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.0.0.tgz", - "integrity": "sha512-p0lYA1M7uoEmk2LnCbZLGmHJHyH59sAaZVXChTXlyhV/PRW9LoIh4mdf7tiXsO8BoNG+vN8UnFJff1hbZeXv+w==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.0.1.tgz", + "integrity": "sha512-zeHx3PohYYp+4bTJwrixQY8zSBZjWUGwYc7OhD1EpWTHS92RleApLoP72NdwaWxOrM1P1Uezt3XvGf6t2XSWPQ==", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^8.5.0", - "@types/react-dom": "*" + "@types/react-dom": "^18.0.0" }, "engines": { "node": ">=12" @@ -22589,13 +22589,13 @@ } }, "@testing-library/react": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.0.0.tgz", - "integrity": "sha512-p0lYA1M7uoEmk2LnCbZLGmHJHyH59sAaZVXChTXlyhV/PRW9LoIh4mdf7tiXsO8BoNG+vN8UnFJff1hbZeXv+w==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.0.1.tgz", + "integrity": "sha512-zeHx3PohYYp+4bTJwrixQY8zSBZjWUGwYc7OhD1EpWTHS92RleApLoP72NdwaWxOrM1P1Uezt3XvGf6t2XSWPQ==", "requires": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^8.5.0", - "@types/react-dom": "*" + "@types/react-dom": "^18.0.0" } }, "@testing-library/user-event": { diff --git a/app/vmui/packages/vmui/package.json b/app/vmui/packages/vmui/package.json index 716ebf6efa..e6daf56d92 100644 --- a/app/vmui/packages/vmui/package.json +++ b/app/vmui/packages/vmui/package.json @@ -11,7 +11,7 @@ "@mui/material": "^5.5.1", "@mui/styles": "^5.5.1", "@testing-library/jest-dom": "^5.16.2", - "@testing-library/react": "^13.0.0", + "@testing-library/react": "^13.0.1", "@testing-library/user-event": "^14.0.4", "@types/jest": "^27.4.1", "@types/lodash.debounce": "^4.0.6",