Skip to content

Commit

Permalink
[LOCAL] correct fix: bring back jest cache but on the right version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Nov 15, 2022
1 parent c563759 commit fb0e88b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit fb0e88b

Please sign in to comment.