From e8bdcf75a400b9408aac626b2b11a4f5bd50004d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 06:31:15 +0000 Subject: [PATCH] Update jest requirement from ^19.0.2 to ^24.8.0 Updates the requirements on [jest](https://github.com/facebook/jest) to permit the latest version. - [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...v24.8.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25ecb02..a737165 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": "^24.8.0", "mock-raf": "^1.0.0", "pre-commit": "1.x", "rc-form": "2.x",