From 7f5fbac36ace7b608d8bae5c00a1d1c8e8081be3 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 28 Dec 2018 23:59:53 +0100 Subject: [PATCH] =?UTF-8?q?Update=20rollup=20to=20the=20latest=20version?= =?UTF-8?q?=20=F0=9F=9A=80=20(#44)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## The devDependency [rollup](https://github.com/rollup/rollup) was updated from `0.68.2` to `1.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/rollup/rollup).
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 6dbad42..4e5f212 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react": "^16.5.2", "react-dom": "^16.5.2", "react-test-renderer": "^16.5.2", - "rollup": "^0.68.0", + "rollup": "^1.0.0", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-node-resolve": "^4.0.0" },