From fc56ce7231ce1248804ead67b0c8f3a7cd33937b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Mar 2019 21:19:34 +0000 Subject: [PATCH] chore(deps-dev): update jest requirement from ^20.0.0 to ^24.5.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.5.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 fa61295..7ac8671 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.5.0", "pre-commit": "1.x", "rc-tools": "6.x", "react": "^15.5.0",