From e4ebdcbe9c2dbe617e1a172614d30952dd633ac1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 29 Jan 2019 11:19:07 +0100 Subject: [PATCH] =?UTF-8?q?Update=20react-docgen=20to=20the=20latest=20ver?= =?UTF-8?q?sion=20=F0=9F=9A=80=20(#71)?= 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 `2.21.0` to `3.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 f75f1a9..8cc4775 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": "^2.20.1", + "react-docgen": "^3.0.0", "react-dom": "^16.5.0", "react-test-renderer": "^16.5.0", "rollup": "^1.0.0",