From 72b063c9b0f63599e20cb259e3f0683055795ac5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 05:59:15 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/user-event from 8.1.3 to 10.3.2 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 8.1.3 to 10.3.2. - [Release notes](https://github.com/testing-library/user-event/releases) - [Commits](https://github.com/testing-library/user-event/compare/v8.1.3...v10.3.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7231173..47c3f5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3810,9 +3810,9 @@ } }, "@testing-library/user-event": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-8.1.3.tgz", - "integrity": "sha512-l8IX2Zs6cLZgwJNmBJaJT2yvstwiNi8kKyO+USrZWJV6DSyUlrWfgWSSic8YLiOHLWUNRLJBOPN43nxTKHXKfg==", + "version": "10.3.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.3.2.tgz", + "integrity": "sha512-/oyuBE61/l2HOJavOEXv/Z0oatPu2n/A/EptQSH4MoJimyBGozSvmwiP/Wol9IbSo3u2Tl93BDd7b0M4aGLYug==", "dev": true }, "@types/anymatch": { diff --git a/package.json b/package.json index 6cf08af..54bf518 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@testing-library/jest-dom": "^5.7.0", "@testing-library/react": "^9.5.0", "@testing-library/react-hooks": "^3.2.1", - "@testing-library/user-event": "^8.1.3", + "@testing-library/user-event": "^10.3.2", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-plugin-styled-components": "^1.10.7",