From 77487843cc1f571603ddc2988c23e95145a6b328 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Wed, 4 Mar 2020 13:43:19 -0700 Subject: [PATCH] feat: update DOM Testing Library to latest BREAKING CHANGE: This updates @testing-library/dom, please check the changelog for the most recent version of that package to know whether you are impacted by these changes. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 64b8520..2adac91 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "author": "Kent C. Dodds (http://kentcdodds.com/)", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.8.4", - "@testing-library/dom": "^6.15.0", + "@babel/runtime": "^7.8.7", + "@testing-library/dom": "^7.0.2", "@types/testing-library__cypress": "^5.0.3" }, "devDependencies": {