According to current package.json, this repo has restricted apollo-engine-reporting to a specific version, which affects the requirement on graphql v0.13.x through its sub-dependency graphql-extensions.
myProject@1.0.0
└─┬ apollo@1.9.2
└─┬ apollo-engine-reporting@0.0.2
└── graphql-extensions@0.1.2
I just found that the latest version of apollo-engine-reporting@0.0.6 solved this.
Since I have not used apollo-engine yet, could someone help to upgrade it?
According to current package.json, this repo has restricted
apollo-engine-reportingto a specific version, which affects the requirement ongraphql v0.13.xthrough its sub-dependencygraphql-extensions.myProject@1.0.0 └─┬ apollo@1.9.2 └─┬ apollo-engine-reporting@0.0.2 └── graphql-extensions@0.1.2I just found that the latest version of
apollo-engine-reporting@0.0.6solved this.Since I have not used
apollo-engineyet, could someone help to upgrade it?