Skip to content

Commit

Permalink
chore(deps-dev): Bump jest-expo from 33.0.2 to 34.0.0 (#150)
Browse files Browse the repository at this point in the history
Bumps [jest-expo](https://github.com/expo/jest-expo) from 33.0.2 to 34.0.0.
- [Release notes](https://github.com/expo/jest-expo/releases)
- [Commits](https://github.com/expo/jest-expo/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and amaury1093 committed Jul 29, 2019
1 parent 316c341 commit e1305b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.8.0",
"jest-expo": "^33.0.2",
"jest-expo": "^34.0.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
}
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4547,17 +4547,16 @@ jest-environment-node@^24.8.0:
jest-mock "^24.8.0"
jest-util "^24.8.0"

jest-expo@^33.0.2:
version "33.0.2"
resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-33.0.2.tgz#6e4c595162047eca2bbb9fcf214a067af3f21b0e"
integrity sha512-OSk8hVm9D8YSw8R7vOOjoERQIqlsAwNgQzqpFdNQROy2/TNzntGBy+8hLsic7y8h2CDXmKVsxvBtiKD4CTOZRg==
jest-expo@^34.0.0:
version "34.0.0"
resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-34.0.0.tgz#982e1d8a5cd913efaf2735bf2b8bae38e1d12d5b"
integrity sha512-XWgBVHuGZWX3o6uUpXuupCW9D5yN36DSnVsH51bM8sFuFkXVR2Z6Zo8a2QVci8TX2HBaUW7tniyXVf11v4S8TA==
dependencies:
babel-jest "^24.7.1"
jest "^24.7.1"
json5 "^2.1.0"
lodash "^4.5.0"
react-test-renderer "^16.8.6"
whatwg-fetch "^3.0.0"

jest-get-type@^24.8.0:
version "24.8.0"
Expand Down Expand Up @@ -8087,7 +8086,7 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3:
dependencies:
iconv-lite "0.4.24"

whatwg-fetch@>=0.10.0, whatwg-fetch@^3.0.0:
whatwg-fetch@>=0.10.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==
Expand Down

0 comments on commit e1305b6

Please sign in to comment.