From e562d4583ea4dae661fae4941af8b0794585b1cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 17:16:46 +0000 Subject: [PATCH] Bump @testing-library/user-event from 13.2.1 to 14.2.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.2.1 to 14.2.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v13.2.1...v14.2) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++---------------- package.json | 2 +- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 243ac82..25f6a6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2352,22 +2352,9 @@ } }, "@testing-library/user-event": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.1.tgz", - "integrity": "sha512-cczlgVl+krjOb3j1625usarNEibI0IFRJrSWX9UsJ1HKYFgCQv9Nb7QAipUDXl3Xdz8NDTsiS78eAkPSxlzTlw==", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.14.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", - "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - } - } + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.0.tgz", + "integrity": "sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ==" }, "@types/anymatch": { "version": "1.3.1", diff --git a/package.json b/package.json index 864bf77..7538dbd 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@tailwindcss/typography": "^0.4.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.0", - "@testing-library/user-event": "^13.2.1", + "@testing-library/user-event": "^14.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0",