Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react and graphql-tag dependency adjustments #5451

Merged
merged 10 commits into from
Oct 15, 2019
Next Next commit
Make react an optional dependency
  • Loading branch information
hwillson committed Oct 13, 2019
commit 490f50f0a95aed7ef296ca62b0b6dfbf3cbe0ed3
1 change: 1 addition & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
}
],
"peerDependencies": {
"@types/react": "^16.8.0",
"graphql": "^14.5.4",
"graphql": "^14.5.4"
},
"optionalDependencies": {
"react": "^16.8.0"
},
"dependencies": {
Expand Down