From f8df9138efe249811b1675f32301e38344400a63 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 17 Apr 2019 10:47:27 +0200 Subject: [PATCH] =?UTF-8?q?Update=20strip-indent=20to=20the=20latest=20ver?= =?UTF-8?q?sion=20=F0=9F=9A=80=20(#46)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## The dependency [strip-indent](https://github.com/sindresorhus/strip-indent) was updated from `2.0.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. ---
Release Notes for v3.0.0

Breaking:

Enhancements:

v2.0.0...v3.0.0

Commits

The new version differs by 8 commits.

See the full diff

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 db1fcb3..b245e69 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "prop-types": "^15.6.2", "react-markdown": "^4.0.3", "recompose": "^0.30.0", - "strip-indent": "^2.0.0" + "strip-indent": "^3.0.0" }, "peerDependencies": { "react": ">= 16.3.0",