From 01ba4a61bdb3cf2f7d5d4c4d208c8d7566a2f8b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 17:01:01 +0000 Subject: [PATCH] Bump jest from 19.0.2 to 26.6.0 Bumps [jest](https://github.com/facebook/jest) from 19.0.2 to 26.6.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v19.0.2...v26.6.0) 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 3a185d0..82c51ba 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "enzyme": "^3.1.1", "enzyme-adapter-react-16": "^1.0.0-beta.5", "enzyme-to-json": "^3.0.0-beta6", - "jest": "^19.0.2", + "jest": "^26.6.0", "mock-raf": "^1.0.0", "pre-commit": "1.x", "rc-form": "2.x",