[LOCAL] correct fix: bring back jest cache but on the right version

This commit is contained in:
Lorenzo Sciandra
2022-11-15 15:18:12 +00:00
parent c56375994c
commit fb0e88beb9
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -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",
+7
View File
@@ -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"