From 0a0287d7ed3dab1889498c21c4ca7122872a6a2e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 20 Feb 2019 15:16:19 +0100 Subject: [PATCH] =?UTF-8?q?Update=20copy-webpack-plugin=20to=20the=20lates?= =?UTF-8?q?t=20version=20=F0=9F=9A=80=20(#33)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## The devDependency [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) was updated from `4.6.0` to `5.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 v5.0.0

5.0.0 (2019-02-20)

Bug Fixes

Features

BREAKING CHANGES

Commits

The new version differs by 26 commits.

There are 26 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 9f02528..b0c3026 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "babel-loader": "^8.0.5", "babel-preset-env": "^1.7.0", "clean-webpack-plugin": "^1.0.1", - "copy-webpack-plugin": "^4.5.4", + "copy-webpack-plugin": "^5.0.0", "prettier": "1.15.2", "ts-loader": "^5.3.3", "tslint": "^5.12.1",