From 1c886cdd0b9aac618b26ee46939d294dddcb398a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 23:59:52 +0000 Subject: [PATCH] Bump jest from 25.5.4 to 26.0.0 Bumps [jest](https://github.com/facebook/jest) from 25.5.4 to 26.0.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/v25.5.4...v26.0.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 993529f7..66019c9e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "enzyme-adapter-react-16": "^1.0.2", "enzyme-to-json": "^3.2.1", "father": "^2.13.2", - "jest": "^25.1.0", + "jest": "^26.0.0", "np": "^6.0.0", "rc-form": "^2.4.0", "react": "^16.0.0",