Skip to content

Commit

Permalink
chore: use stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 25, 2021
1 parent 26a2cc4 commit 9a5bf2d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 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": "^27.0.0-next.1",
"@jest/create-cache-key-function": "^27.0.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
27 changes: 17 additions & 10 deletions yarn.lock
Expand Up @@ -856,12 +856,12 @@
slash "^3.0.0"
strip-ansi "^6.0.0"

"@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==
"@jest/create-cache-key-function@^27.0.1":
version "27.0.1"
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-27.0.1.tgz#93f36e543e67a84ef1430e456b750d2271738e90"
integrity sha512-cnJPO3//4BXpydHjo7nuI+L7YUktxwWeRCYlRhk6faNuiZpqLbhGZhNOMo8fOcuf3+80UP5vLqDvwM4XcDLpcA==
dependencies:
"@jest/types" "^27.0.0-next.1"
"@jest/types" "^27.0.1"

"@jest/environment@^26.5.2":
version "26.5.2"
Expand Down Expand Up @@ -1008,15 +1008,15 @@
"@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==
"@jest/types@^27.0.1":
version "27.0.1"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.1.tgz#631738c942e70045ebbf42a3f9b433036d3845e4"
integrity sha512-8A25RRV4twZutsx2D+7WphnDsp7If9Yu6ko0Gxwrwv8BiWESFzka34+Aa2kC8w9xewt7SDuCUSZ6IiAFVj3PRg==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^3.0.0"
"@types/node" "*"
"@types/yargs" "^15.0.0"
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@react-native-community/cli-debugger-ui@^5.0.1-alpha.0":
Expand Down Expand Up @@ -1288,6 +1288,13 @@
dependencies:
"@types/yargs-parser" "*"

"@types/yargs@^16.0.0":
version "16.0.3"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.3.tgz#4b6d35bb8e680510a7dc2308518a80ee1ef27e01"
integrity sha512-YlFfTGS+zqCgXuXNV26rOIeETOkXnGQXP/pjjL9P0gO/EP9jTmc7pUBhx+jVEIxpq41RX33GQ7N3DzOSfZoglQ==
dependencies:
"@types/yargs-parser" "*"

abab@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"
Expand Down

0 comments on commit 9a5bf2d

Please sign in to comment.