From cb38c71f3e364fe2aaf2ad6828c965b208ba8e85 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:12:05 +0000 Subject: [PATCH] Bump @testing-library/react in /{{cookiecutter.project_slug}}/frontend Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.9 to 11.0.4. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.9...v11.0.4) Signed-off-by: dependabot-preview[bot] --- {{cookiecutter.project_slug}}/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/frontend/package.json b/{{cookiecutter.project_slug}}/frontend/package.json index 65256eb0..811fb6c5 100644 --- a/{{cookiecutter.project_slug}}/frontend/package.json +++ b/{{cookiecutter.project_slug}}/frontend/package.json @@ -39,7 +39,7 @@ "devDependencies": { "typescript": "^4.0.2", "@testing-library/jest-dom": "^5.11.1", - "@testing-library/react": "^10.0.4", + "@testing-library/react": "^11.0.4", "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "@testing-library/user-event": "^12.0.11",