Skip to content

Commit

Permalink
Add missing dependency to apollo-engine-reporting (#3054)
Browse files Browse the repository at this point in the history
* Add missing dependency to `apollo-engine-reporting`

Used here https://github.com/apollographql/apollo-server/blob/master/packages/apollo-engine-reporting/src/agent.ts#L16

* Update `package-lock.json` for #3054.

Follows-up on #3054 with necessary changes to the `package-lock.json`.
  • Loading branch information
squirly authored and abernix committed Jul 30, 2019
1 parent 0d27c58 commit ce4ce32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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.

1 change: 1 addition & 0 deletions packages/apollo-engine-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"apollo-engine-reporting-protobuf": "file:../apollo-engine-reporting-protobuf",
"apollo-graphql": "^0.3.3",
"apollo-server-env": "file:../apollo-server-env",
"apollo-server-caching": "file:../apollo-server-caching",
"apollo-server-types": "file:../apollo-server-types",
"async-retry": "^1.2.1",
"graphql-extensions": "file:../graphql-extensions"
Expand Down

0 comments on commit ce4ce32

Please sign in to comment.