From d96907a5780fad82b5b1fac84b35599440b9fec1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 09:57:05 +0800 Subject: [PATCH] Bump @types/mocha from 7.0.2 to 8.0.0 (#192) Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 7.0.2 to 8.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 835d8b22..32b858dc 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "prepublish": "rc-tools run guard" }, "devDependencies": { - "@types/mocha": "~7.0.1", + "@types/mocha": "~8.0.0", "@types/react": "^16.0.19", "@types/react-dom": "^16.0.2", "async": "^0.9.0",