From 7dceded7b92c78d91d04c13c923cdc0fdc7e5450 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 11:13:02 +0000 Subject: [PATCH] Bump @testing-library/user-event from 10.4.1 to 11.1.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 10.4.1 to 11.1.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v10.4.1...v11.1.0) 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 5ba0c44b9..753c5fc76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3544,9 +3544,9 @@ } }, "@testing-library/user-event": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.4.1.tgz", - "integrity": "sha512-3sdJAfjT0i4aNvo0Gqod5MvZXutMXarVsLtb+r1t65AaRJY7BgMIzWgOtfM5dxRvZsc7IdXnCt9+gcWhiXk1xg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-11.1.0.tgz", + "integrity": "sha512-ZAHoI6K8y3J1QxG2FMgm+xQRCvzwHZHW5pEJyjY9tnCS24JMwFNEaC3y6OecRIdjZtNQfGi5YHU5Ra/cUoIIjQ==", "dev": true, "requires": { "@babel/runtime": "^7.10.2" diff --git a/package.json b/package.json index 7825b59bc..918536166 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@testing-library/jest-dom": "5.7.0", "@testing-library/react": "10.0.4", - "@testing-library/user-event": "10.4.1", + "@testing-library/user-event": "11.1.0", "@wordpress/api-fetch": "3.16.0", "@wordpress/babel-preset-default": "4.12.1", "@wordpress/block-editor": "3.11.0",