From 11c9bcf13768e6b9c2b3a6201930880b1737e9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 25 Jan 2019 21:17:52 +0000 Subject: [PATCH] chore(deps-dev): update jest requirement from ^20.0.0 to ^24.0.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/commits/v24.0.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..8fa4c27 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.0.0", "pre-commit": "1.x", "rc-tools": "6.x", "react": "^15.5.0",