Skip to content

Commit

Permalink
Update whatwg-fetch peer dependency. (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer authored Nov 16, 2016
1 parent f3c1717 commit 3291cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"test": "jest"
},
"dependencies": {
"react": "15.3.0",
"react-native": "0.36.0"
"react": "15.3.2",
"react-native": "0.37.0"
},
"devDependencies": {
"babel-jest": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "build/index.js",
"peerDependencies": {
"react-native": ">=0.36.0",
"whatwg-fetch": "^1.0.0"
"whatwg-fetch": "^2.0.0"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
Expand Down

0 comments on commit 3291cc2

Please sign in to comment.