From 970d98fa76ad0b7f16675ae1020bb097c50f0b64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 05:54:39 -0600 Subject: [PATCH] chore(examples) Update dependency @testing-library/user-event to v8.0.7 (#371) Co-authored-by: WhiteSource Renovate --- examples/react/create-react-app/package.json | 2 +- examples/react/create-react-app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/react/create-react-app/package.json b/examples/react/create-react-app/package.json index 11e8553af..ade55f560 100644 --- a/examples/react/create-react-app/package.json +++ b/examples/react/create-react-app/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "5.0.2", "@testing-library/react": "9.4.0", - "@testing-library/user-event": "8.0.3", + "@testing-library/user-event": "8.0.7", "react": "16.12.0", "react-dom": "16.12.0", "react-scripts": "3.3.0" diff --git a/examples/react/create-react-app/yarn.lock b/examples/react/create-react-app/yarn.lock index f86860285..f07cd7b26 100644 --- a/examples/react/create-react-app/yarn.lock +++ b/examples/react/create-react-app/yarn.lock @@ -1233,10 +1233,10 @@ "@testing-library/dom" "^6.11.0" "@types/testing-library__react" "^9.1.2" -"@testing-library/user-event@8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-8.0.3.tgz#c3e304d2692b797ff0e3ced53c0597d341bb868b" - integrity sha512-ALoIj6GzxN0UzFiudSwENy2yTD1xHDW+KtuOch5xuqRgQr0AxGB8z+EQBxT6zlWgAoLGN8hmYxTTGRoQSOZtlg== +"@testing-library/user-event@8.0.7": + version "8.0.7" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-8.0.7.tgz#e22a77c6d41dd9a8b08f0063a8b194bebc575767" + integrity sha512-w0+4C9F9z7+ODjEgs+QS0bZ3hKcUICKYMdKWVNa1yNM2XwD+RByY77dMc2WcjYl8bxBfXv3gUZal+TdOg8s8Yg== "@types/babel__core@^7.1.0": version "7.1.3"