From 4ae9aac88ab0e899c54768bd472cbda8c15c11cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 05:38:18 +0000 Subject: [PATCH] build(deps-dev): update @testing-library/dom requirement in /template Updates the requirements on [@testing-library/dom](https://github.com/testing-library/dom-testing-library) to permit the latest version. - [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/v7.19.0...v7.30.4) Signed-off-by: dependabot-preview[bot] --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index d9d7883..125816d 100644 --- a/template/package.json +++ b/template/package.json @@ -17,7 +17,7 @@ "clean": "rimraf public/js" }, "devDependencies": { - "@testing-library/dom": "^7.19.0", + "@testing-library/dom": "^7.30.4", "@testing-library/react": "^10.4.3", "clj-kondo": "2020.11.7", "highlight.js": "10.1.1",