From 431db6bd146e4204cb79024ecd2e01a5a2b0b988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 04:25:06 +0000 Subject: [PATCH] chore(deps): bump @testing-library/dom in /packages/dev-frontend Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 6.16.0 to 7.30.0. - [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.30.0) Signed-off-by: dependabot[bot] --- packages/dev-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev-frontend/package.json b/packages/dev-frontend/package.json index 69dc246e5..5b9a7080b 100644 --- a/packages/dev-frontend/package.json +++ b/packages/dev-frontend/package.json @@ -10,7 +10,7 @@ "@fortawesome/free-solid-svg-icons": "^5.13.0", "@fortawesome/react-fontawesome": "^0.1.10", "@popperjs/core": "^2.9.1", - "@testing-library/dom": "^6.12.2", + "@testing-library/dom": "^7.30.0", "@testing-library/jest-dom": "^5.1.1", "@testing-library/react": "^9.4.0", "@testing-library/user-event": "^10.0.0",