From 05efca442fb21e17cf8002a202018358e729adb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 16 Mar 2019 18:07:19 +0000 Subject: [PATCH] Update jest requirement from 23.6.0 to 24.5.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/v23.6.0...v24.5.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 cd133b5..1887190 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "file-loader": "3.0.1", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", - "jest": "23.6.0", + "jest": "24.5.0", "jest-cli": "23.6.0", "mini-css-extract-plugin": "0.5.0", "node-sass": "4.11.0",