From 0308320bb3031be60e75d89fc99bb07c0b738c45 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 10:37:24 +0000 Subject: [PATCH] build(deps-dev): update cross-env requirement from ^5.2.0 to ^6.0.0 Updates the requirements on [cross-env](https://github.com/kentcdodds/cross-env) to permit the latest version. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v5.2.0...v6.0.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 9614319e..f38fe998 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@umijs/fabric": "^1.1.0", "chalk": "^2.4.2", "check-prettier": "^1.0.3", - "cross-env": "^5.2.0", + "cross-env": "^6.0.0", "cross-port-killer": "^1.1.1", "enzyme": "^3.9.0", "eslint": "^5.16.0", -- GitLab