From fb0e88beb9dc443abed3886e459e7a7715738adc Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Tue, 15 Nov 2022 15:18:12 +0000 Subject: [PATCH] [LOCAL] correct fix: bring back jest cache but on the right version --- package.json | 1 + yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/package.json b/package.json index 21fb2e37cacd5d..0301adc6b85dbd 100644 --- a/package.json +++ b/package.json @@ -97,6 +97,7 @@ "react": "18.1.0" }, "dependencies": { + "@jest/create-cache-key-function": "^27.0.1", "@react-native-community/cli": "9.3.2", "@react-native-community/cli-platform-android": "9.3.1", "@react-native-community/cli-platform-ios": "9.3.0", diff --git a/yarn.lock b/yarn.lock index eab837615709d1..df71cb6da8991b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1023,6 +1023,13 @@ slash "^3.0.0" strip-ansi "^6.0.0" +"@jest/create-cache-key-function@^27.0.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-27.5.1.tgz#7448fae15602ea95c828f5eceed35c202a820b31" + integrity sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ== + dependencies: + "@jest/types" "^27.5.1" + "@jest/environment@^26.6.2": version "26.6.2" resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c"