From b7dcff7aed7c6402d10b75361441e121a80fceff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 21:18:41 +0000 Subject: [PATCH] Update jest requirement from ^21.2.1 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/v21.2.1...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 4cc63db..02162f6 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "enzyme": "^3.1.1", "enzyme-adapter-react-16": "^1.0.4", "enzyme-to-json": "^3.2.1", - "jest": "^21.2.1", + "jest": "^24.8.0", "pre-commit": "1.x", "rc-tools": "^7.0.2", "react": "^16.0.0",