From 1f2cbe2b5a3f38c2c043fa4b75d8fcc54858eaf4 Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Tue, 19 May 2020 16:18:06 +0200 Subject: [PATCH] Fix version of @types/jest for circleci --- plugins/circleci/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index 297b06fb6d..f1a8ccc72c 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -46,7 +46,7 @@ "@testing-library/jest-dom": "^5.7.0", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^10.2.4", - "@types/jest": "^25.2.1", + "@types/jest": "^25.2.2", "@types/node": "^12.0.0", "@types/testing-library__jest-dom": "^5.0.4", "jest-fetch-mock": "^3.0.3",