From b02c0f4f01ff4cfab70164f74d9d788e378b6e5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 12:11:50 +0000 Subject: [PATCH] Update webpack-dashboard requirement from ^0.2.1 to ^3.1.0 Updates the requirements on [webpack-dashboard](https://github.com/FormidableLabs/webpack-dashboard) to permit the latest version. - [Release notes](https://github.com/FormidableLabs/webpack-dashboard/releases) - [Changelog](https://github.com/FormidableLabs/webpack-dashboard/blob/master/CHANGELOG.md) - [Commits](https://github.com/FormidableLabs/webpack-dashboard/compare/v0.2.1...v3.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d84addf07..a6c13af75 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "stack-source-map": "^1.0.4", "style-loader": "^0.13.1", "webpack": "^1.9.11", - "webpack-dashboard": "^0.2.1", + "webpack-dashboard": "^3.1.0", "webpack-dev-middleware": "^1.2.0", "webpack-hot-middleware": "^2.9.1", "yargs": "^4.7.1"