From 462840869b1cdf413300efc1ddba8cdd9cb2d172 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 25 Jan 2019 16:41:49 +0100 Subject: [PATCH] =?UTF-8?q?Update=20jest2=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#28)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## There have been updates to the *jest2* monorepo: - The `devDependency` [expect](https://github.com/facebook/jest) was updated from `23.6.0` to `24.0.0`. These versions are **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. This monorepo update includes releases of one or more dependencies which all belong to the [jest2 group definition](https://github.com/greenkeeperio/monorepo-definitions). --- [Find out more about this release](https://github.com/facebook/jest).
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbbb350..63f0fda 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.11.0", - "expect": "^23.6.0", + "expect": "^24.0.0", "mocha": "^5.1.1", "react": "^16.3.2", "react-dom": "^16.3.2",