From 58687724b0070e35e8c560d652d1d38b67c34929 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 17:09:40 +0000 Subject: [PATCH] chore(deps): bump @testing-library/dom from 6.16.0 to 7.0.3 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 6.16.0 to 7.0.3. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v6.16.0...v7.0.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 719f7dc..ab90517 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "svelte": "3.x" }, "dependencies": { - "@testing-library/dom": "^6.5.0" + "@testing-library/dom": "^7.0.3" }, "devDependencies": { "@babel/cli": "^7.6.2",