Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Add react and react-dom to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorblades committed Sep 24, 2019
1 parent 19cc4fb commit bb5a854
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 763 deletions.
26 changes: 25 additions & 1 deletion packages/gatsby-theme-apollo-core/package-lock.json

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

8 changes: 6 additions & 2 deletions packages/gatsby-theme-apollo-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
"react-use": "^9.11.0"
},
"devDependencies": {
"gatsby": "^2.13.80"
"gatsby": "^2.13.80",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"peerDependencies": {
"gatsby": ">=2.13.80"
"gatsby": "^2.13.80",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}

0 comments on commit bb5a854

Please sign in to comment.