From 4ad60710e4cc52a17d1738d0b4ba3224fadd4c68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 05:59:07 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/user-event from 8.1.3 to 10.3.1 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 8.1.3 to 10.3.1. - [Release notes](https://github.com/testing-library/user-event/releases) - [Commits](https://github.com/testing-library/user-event/compare/v8.1.3...v10.3.1) 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..ce263c2 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.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.3.1.tgz", + "integrity": "sha512-HozvWlr/xHmkoJrrDdZBbUOXAC/STAeXGyNU+g5KgEwWBpLJi1RPCHJKbTjwz8hp2jDFsk/jjfD0530eZjcFEg==", "dev": true }, "@types/anymatch": { diff --git a/package.json b/package.json index 6cf08af..c05ba93 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.1", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-plugin-styled-components": "^1.10.7",