From dee1b95798c20581be0ded23de0f6d681e1d710c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Mar 2019 21:19:16 +0000 Subject: [PATCH] Update jest requirement from ^21.2.1 to ^24.4.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/v21.2.1...v24.4.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 cc3d20b..8ed1ba6 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "enzyme-adapter-react-16": "^1.0.2", "enzyme-to-json": "^3.1.4", "expect.js": "0.3.x", - "jest": "^21.2.1", + "jest": "^24.4.0", "pica": "^4.0.1", "pre-commit": "1.x", "prop-types": "^15.6.0",