From 9a0e2a6f8f9b1b281014dec43d70ce5f014ca8e9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 4 Mar 2019 18:29:23 +0100 Subject: [PATCH] =?UTF-8?q?Update=20clean-webpack-plugin=20to=20the=20late?= =?UTF-8?q?st=20version=20=F0=9F=9A=80=20(#34)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## The devDependency [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) was updated from `1.0.1` to `2.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 v2.0.0

README.md

Changes:

Additional notes:

Please discuss the current API and suggest any changes.

Closes Issues: #53 #55 #67 #73 #80 #85 #86 #89 #91 #92 #93 #98
Closes PRs: #39 #74

Massive props to @chrisblossom for working on this and pushing it through.

Commits

The new version differs by 16 commits.

There are 16 commits in total.

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 b0c3026..30dba24 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "babel-core": "^6.26.3", "babel-loader": "^8.0.5", "babel-preset-env": "^1.7.0", - "clean-webpack-plugin": "^1.0.1", + "clean-webpack-plugin": "^2.0.0", "copy-webpack-plugin": "^5.0.0", "prettier": "1.15.2", "ts-loader": "^5.3.3",