From 44d0764a5e97ed3c4b110aae7ff3645ad0ccf67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 21:15:09 +0000 Subject: [PATCH] Update jest requirement from ^20.0.0 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/v20.0.0...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 dfdc236..72452eb 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "enzyme": "^2.6.0", "enzyme-to-json": "^1.4.5", "fastclick": "^1.0.6", - "jest": "^20.0.0", + "jest": "^24.8.0", "pre-commit": "1.x", "rc-tools": "6.x", "react": "^15.5.0",