From 22685479296113aa7c3fbcf7cbf3314fb505b989 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 23:13:24 +0000 Subject: [PATCH] Bump expect from 24.9.0 to 27.0.2 Bumps [expect](https://github.com/facebook/jest/tree/HEAD/packages/expect) from 24.9.0 to 27.0.2. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v27.0.2/packages/expect) 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 7a1a1b3..f494c44 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", "eslint-plugin-typescript": "^0.14.0", - "expect": "^24.8.0", + "expect": "^27.0.2", "mocha": "^6.1.4", "prettier": "^1.16.4", "typescript": "^3.2.1",