Skip to content

Commit

Permalink
Update apollo-graphql package to latest (apollographql/apollo-server#…
Browse files Browse the repository at this point in the history
…3387)

This commit updates the apollo-graphql package to the latest
version. This includes a fix for a bug that currently breaks
minification. For reference, see:
apollographql/apollo-tooling#1551

Fixes apollographql/apollo-server#3335
Apollo-Orig-Commit-AS: apollographql/apollo-server@6a4b681
  • Loading branch information
trevor-scheer authored and abernix committed Oct 8, 2019
1 parent f92b0d4 commit 39d41a5
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 @@ -15,7 +15,7 @@
},
"dependencies": {
"apollo-env": "^0.5.1",
"apollo-graphql": "^0.3.3",
"apollo-graphql": "^0.3.4",
"apollo-server-env": "file:../apollo-server-env",
"lodash.xorby": "^4.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion gateway-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@apollo/federation": "file:../apollo-federation",
"apollo-engine-reporting-protobuf": "file:../apollo-engine-reporting-protobuf",
"apollo-env": "^0.5.1",
"apollo-graphql": "^0.3.3",
"apollo-graphql": "^0.3.4",
"apollo-server-caching": "file:../apollo-server-caching",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-env": "file:../apollo-server-env",
Expand Down

0 comments on commit 39d41a5

Please sign in to comment.