Skip to content

Commit

Permalink
Merge pull request #5499 from SimenB/patch-2
Browse files Browse the repository at this point in the history
chore: set react version to the one in RN 0.59
  • Loading branch information
hwillson authored Oct 24, 2019
2 parents ee3ca40 + d476470 commit d12253e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 19 deletions.
35 changes: 20 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@
}
],
"peerDependencies": {
"graphql": "^14.5.4"
"graphql": "^14.5.4",
"react": "^16.8.0"
},
"optionalDependencies": {
"react": "^16.10.2"
"peerDependenciesMeta": {
"react": {
"optional": true
}
},
"dependencies": {
"@types/zen-observable": "^0.8.0",
Expand Down Expand Up @@ -84,7 +87,8 @@
"jest-junit": "8.0.0",
"lodash": "4.17.15",
"prop-types": "15.7.2",
"react-dom": "^16.10.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"rimraf": "^3.0.0",
"rollup": "1.21.2",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down

0 comments on commit d12253e

Please sign in to comment.