From 8d2a43b82a51b0e20bb22c546ad36a81a06cc221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 22:41:28 +0000 Subject: [PATCH] chore(deps-dev): bump @umijs/fabric from 2.12.2 to 3.0.0 Bumps [@umijs/fabric](https://github.com/umijs/fabric) from 2.12.2 to 3.0.0. - [Release notes](https://github.com/umijs/fabric/releases) - [Commits](https://github.com/umijs/fabric/compare/v2.12.2...v3.0.0) --- updated-dependencies: - dependency-name: "@umijs/fabric" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95eb3f1..cd7eeba 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/jest": "^26.0.6", "@types/react": "^16.9.2", "@types/react-dom": "^16.9.0", - "@umijs/fabric": "^2.0.9", + "@umijs/fabric": "^3.0.0", "coveralls": "^3.0.6", "cross-env": "^7.0.2", "dumi": "^1.1.12",