Skip to content

Commit

Permalink
fix: update to @jest/create-cache-key-function@next
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 23, 2020
1 parent da10179 commit 26a2cc4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,7 +88,7 @@
"react": "17.0.1"
},
"dependencies": {
"@jest/create-cache-key-function": "^26.5.0",
"@jest/create-cache-key-function": "^27.0.0-next.1",
"@react-native-community/cli": "^5.0.1-alpha.0",
"@react-native-community/cli-platform-android": "^5.0.1-alpha.0",
"@react-native-community/cli-platform-ios": "^5.0.1-alpha.0",
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Expand Up @@ -856,10 +856,12 @@
slash "^3.0.0"
strip-ansi "^6.0.0"

"@jest/create-cache-key-function@^26.5.0":
version "26.5.0"
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-26.5.0.tgz#1d07947adc51ea17766d9f0ccf5a8d6ea94c47dc"
integrity sha512-DJ+pEBUIqarrbv1W/C39f9YH0rJ4wsXZ/VC6JafJPlHW2HOucKceeaqTOQj9MEDQZjySxMLkOq5mfXZXNZcmWw==
"@jest/create-cache-key-function@^27.0.0-next.1":
version "27.0.0-next.1"
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-27.0.0-next.1.tgz#32dad36d2725025dca7616ec4fa27cf145883796"
integrity sha512-w/+iXybtNvjdUJ9fobL0WkgMrqBLh41NGBHSPgDf/FE3PqYt6zQBCNVWNJYCuHDHxJsc0nMsmn2uKAMjOSvyQA==
dependencies:
"@jest/types" "^27.0.0-next.1"

"@jest/environment@^26.5.2":
version "26.5.2"
Expand Down Expand Up @@ -1006,6 +1008,17 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@jest/types@^27.0.0-next.1":
version "27.0.0-next.1"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.0-next.1.tgz#e194976623088495929f06467e64e669ab780e60"
integrity sha512-jlXg6eU9du4FO1HZ/A7idx7SLpBDxHja4E0DmDcWWe0DEYKIKlTvKfJwoK8Px3bJILqPdnmhMusmmcpXTkCRQQ==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^3.0.0"
"@types/node" "*"
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@react-native-community/cli-debugger-ui@^5.0.1-alpha.0":
version "5.0.1-alpha.0"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-5.0.1-alpha.0.tgz#9e47a8d62e7e2409627e1bbbf56afea71477bd3c"
Expand Down

0 comments on commit 26a2cc4

Please sign in to comment.