From 4cf48f4f52a9bd6723c5c9ada79295c06af2d6e3 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 09:07:08 -0700 Subject: [PATCH] =?UTF-8?q?Update=20@types/jest=20in=20group=20pkg=20to=20?= =?UTF-8?q?the=20latest=20version=20=EF=BF=BD=20(#964)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: I think I accidentally pinned this before. That's not necessary. Pull Request resolved: https://github.com/facebook/flipper/pull/964 Test Plan: yarn test Reviewed By: mweststrate Differential Revision: D20835725 Pulled By: passy fbshipit-source-id: 627594d4f1a425cf0db410a097c82af6758d7d11 --- desktop/pkg/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/pkg/package.json b/desktop/pkg/package.json index ebc7f07e1..e1055cc38 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@oclif/dev-cli": "^1", - "@types/jest": "25.1.4", + "@types/jest": "^25.1.0", "globby": "^10", "jest": "^25.1.0", "prettier": "^2.0.0",