From d2d03c35c2f48f58c72cc3539da2e04d73455c2f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 15 Feb 2019 14:01:00 +0100 Subject: [PATCH] =?UTF-8?q?Update=20react-docgen=20to=20the=20latest=20ver?= =?UTF-8?q?sion=20=F0=9F=9A=80=20(#72)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## The devDependency [react-docgen](https://github.com/reactjs/react-docgen) was updated from `3.0.0` to `4.0.0`. This version is **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. --- [Find out more about this release](https://github.com/reactjs/react-docgen).
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 8cc4775..36cf88a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "mocha": "^5.1.1", "proxyquire": "^2.0.1", "react": "^16.5.0", - "react-docgen": "^3.0.0", + "react-docgen": "^4.0.0", "react-dom": "^16.5.0", "react-test-renderer": "^16.5.0", "rollup": "^1.0.0",