From 159890860acc26aa06dec3a6cac9cc5d9c85035a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 12:49:30 +0300 Subject: [PATCH] Bump @testing-library/react from 10.3.0 to 10.4.1 (#1817) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index f24c1ea8..dc793f83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1509,12 +1509,12 @@ } }, "@testing-library/dom": { - "version": "7.16.2", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.16.2.tgz", - "integrity": "sha512-4fT5l5L+5gfNhUZVCg0wnSszbRJ7A1ZHEz32v7OzH3mcY5lUsK++brI3IB2L9F5zO4kSDc2TRGEVa8v2hgl9vA==", + "version": "7.17.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.17.1.tgz", + "integrity": "sha512-gmORZyxqqMAM3TVOXQftgGxqISiCN7hQHAVtV26OqESB8x8SKbX0tlX4+VvagLi1WMK2TLd9MWUJfuHHN7fPQg==", "requires": { - "@babel/runtime": "^7.10.2", - "aria-query": "^4.0.2", + "@babel/runtime": "^7.10.3", + "aria-query": "^4.2.2", "dom-accessibility-api": "^0.4.5", "pretty-format": "^25.5.0" }, @@ -1781,12 +1781,12 @@ } }, "@testing-library/react": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.3.0.tgz", - "integrity": "sha512-Rhn5uJK6lYHWzlGVbK6uAvheAW8AUoFYxTLGdDxgsJDaK/PYy5drWfW/6YpMMOKMw+u6jHHl4MNHlt5qLHnm0Q==", + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.1.tgz", + "integrity": "sha512-QX31fRDGLnOdBYoQ95VEOYgRahaPfsI+toOaYhlvuGNFQrcagZv/KLWCIctRGB0h1PTsQt3JpLBbbLGM63yy5Q==", "requires": { - "@babel/runtime": "^7.10.2", - "@testing-library/dom": "^7.14.2" + "@babel/runtime": "^7.10.3", + "@testing-library/dom": "^7.17.1" }, "dependencies": { "@babel/runtime": { diff --git a/package.json b/package.json index c8c05a3d..6215c0a5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@sentry/browser": "5.17.0", "@sentry/integrations": "5.17.0", "@testing-library/jest-dom": "5.10.1", - "@testing-library/react": "10.3.0", + "@testing-library/react": "10.4.1", "@types/jest": "26.0.0", "@types/nanoid": "2.1.0", "@types/react": "16.9.38",