From c1e9c582fbe9be0d0a10e17c56ac2d2d2f24d621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:36:41 +0000 Subject: [PATCH] Update jest requirement from ^21.2.1 to ^23.6.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/v23.6.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 fc8535b..4667734 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "coveralls": "^3.0.0", "enzyme": "^3.1.0", "enzyme-adapter-react-16": "^1.0.1", - "jest": "^21.2.1", + "jest": "^23.6.0", "pre-commit": "1.x", "rc-tools": "^7.0.3", "react": "^16.0.0",