Skip to content

Commit fb0e88b

Browse files
committed
[LOCAL] correct fix: bring back jest cache but on the right version
1 parent c563759 commit fb0e88b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"react": "18.1.0"
9898
},
9999
"dependencies": {
100+
"@jest/create-cache-key-function": "^27.0.1",
100101
"@react-native-community/cli": "9.3.2",
101102
"@react-native-community/cli-platform-android": "9.3.1",
102103
"@react-native-community/cli-platform-ios": "9.3.0",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,13 @@
10231023
slash "^3.0.0"
10241024
strip-ansi "^6.0.0"
10251025

1026+
"@jest/create-cache-key-function@^27.0.1":
1027+
version "27.5.1"
1028+
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-27.5.1.tgz#7448fae15602ea95c828f5eceed35c202a820b31"
1029+
integrity sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ==
1030+
dependencies:
1031+
"@jest/types" "^27.5.1"
1032+
10261033
"@jest/environment@^26.6.2":
10271034
version "26.6.2"
10281035
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c"

0 commit comments

Comments
 (0)