From c0e04104d8b94ec721e200a68446893f45d4bdd8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 19:49:59 +0000 Subject: [PATCH] Update webpack-dashboard requirement from ^0.2.1 to ^3.0.7 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.0.7) 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..ab14c2574 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.0.7", "webpack-dev-middleware": "^1.2.0", "webpack-hot-middleware": "^2.9.1", "yargs": "^4.7.1"