Skip to content

Commit

Permalink
Update apollo-graphql package to latest (#3387)
Browse files Browse the repository at this point in the history
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 #3335
  • Loading branch information
trevor-scheer authored and abernix committed Oct 8, 2019
1 parent ece2632 commit 6a4b681
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/apollo-engine-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"apollo-engine-reporting-protobuf": "file:../apollo-engine-reporting-protobuf",
"apollo-graphql": "^0.3.3",
"apollo-graphql": "^0.3.4",
"apollo-server-caching": "file:../apollo-server-caching",
"apollo-server-env": "file:../apollo-server-env",
"apollo-server-types": "file:../apollo-server-types",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-federation/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 packages/apollo-gateway/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 6a4b681

Please sign in to comment.