From a8e9f683cd580ae4bdc638c79e8b6a214ce8036b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 May 2020 14:07:53 +0000 Subject: [PATCH] chore(deps): 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 de9b0e2..b6e9ca2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@mrblenny/react-flow-chart": "0.0.11", "@rescripts/cli": "0.0.14", "@rescripts/rescript-use-babel-config": "0.0.10", - "@testing-library/jest-dom": "5.8.0", + "@testing-library/jest-dom": "5.9.0", "@testing-library/react": "10.0.4", "@types/archiver": "3.1.0", "@types/detect-port": "1.3.0", diff --git a/yarn.lock b/yarn.lock index cd91b2e..5ff51b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2225,10 +2225,10 @@ dom-accessibility-api "^0.4.3" 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"