From 0a793ca480d14cd8386718f473dab39c1bd0fa6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 6 Feb 2019 00:58:08 +0000 Subject: [PATCH] chore(deps-dev): update jest requirement from ^20.0.0 to ^24.1.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.1.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..3d9ccad 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.1.0", "pre-commit": "1.x", "rc-tools": "6.x", "react": "^15.5.0",