From b68cd11c5cfa8100408c2e954ea50dc9dd79cad3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 May 2020 14:00:41 +0000 Subject: [PATCH] Update dependency @testing-library/jest-dom to v5.9.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 03a2009..896ee42 100755 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@graphql-codegen/introspection": "1.15.0", "@graphql-codegen/typescript": "1.15.0", "@graphql-codegen/typescript-operations": "1.15.0", - "@testing-library/jest-dom": "5.8.0", + "@testing-library/jest-dom": "5.9.0", "@testing-library/react": "10.0.4", "@types/color": "3.0.1", "@types/gray-percentage": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 42e22c7..6beec0c 100755 --- a/yarn.lock +++ b/yarn.lock @@ -2716,10 +2716,10 @@ dom-accessibility-api "^0.4.4" pretty-format "^25.5.0" -"@testing-library/jest-dom@5.8.0": - version "5.8.0" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.8.0.tgz#815e830129c4dda6c8e9a725046397acec523669" - integrity sha512-9Y4FxYIxfwHpUyJVqI8EOfDP2LlEBqKwXE3F+V8ightji0M2rzQB+9kqZ5UJxNs+9oXJIgvYj7T3QaXLNHVDMw== +"@testing-library/jest-dom@5.9.0": + version "5.9.0" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.9.0.tgz#86464c66cbe75e632b8adb636f539bfd0efc2c9c" + integrity sha512-uZ68dyILuM2VL13lGz4ehFEAgxzvLKRu8wQxyAZfejWnyMhmipJ60w4eG81NQikJHBfaYXx+Or8EaPQTDwGfPA== dependencies: "@babel/runtime" "^7.9.2" "@types/testing-library__jest-dom" "^5.0.2"