Skip to content

Commit

Permalink
Add ^15.0.0-rc.2 to peerDependencies range for graphql. (apollo…
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Feb 24, 2020
1 parent fe502b4 commit c03539d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion federation-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"lodash.xorby": "^4.7.0"
},
"peerDependencies": {
"graphql": "^14.0.2"
"graphql": "^14.0.2 || ^15.0.0-rc.2"
}
}
2 changes: 1 addition & 1 deletion gateway-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"pretty-format": "^24.7.0"
},
"peerDependencies": {
"graphql": "^14.2.1"
"graphql": "^14.2.1 || ^15.0.0-rc.2"
}
}

0 comments on commit c03539d

Please sign in to comment.