From 96f328475db394713412648a68067d32140ec11e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 28 Jan 2019 02:20:42 +0000 Subject: [PATCH] Update jest requirement from ^23.6.0 to ^24.0.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.0.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 8b0d0937a..955565f16 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-plugin-vue": "^4.5.0", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^3.0.1", - "jest": "^23.6.0", + "jest": "^24.0.0", "jest-serializer-vue": "^2.0.2", "mini-css-extract-plugin": "^0.5.0", "node-sass": "^4.10.0",