-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Please update [email protected] and [email protected] [email protected] warns about peer dependency graphql #11507
Copy link
Copy link
Closed
Labels
stale?Issue that may be closed soon due to the original author not responding any more.Issue that may be closed soon due to the original author not responding any more.type: maintenanceAn issue or pull request describing a change that isn't a bug, feature or documentation changeAn issue or pull request describing a change that isn't a bug, feature or documentation change
Description
If I'm npm i my app with [email protected] I have this dependency issues with gatsby sub-dependencies:
npm WARN [email protected] requires a peer of graphql@^0.12.0 || ^0.13.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requiresa peer of graphql@^14.1.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of graphql@^14.1.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of graphql@^14.1.0 but none is installed. You must install peer dependencies yourself.
if I'm npm i my app with [email protected] I have next sub-dependency issues
npm WARN [email protected] requires a peer of graphql@^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of graphql@^0.12.0 || ^0.13.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of graphql@^0.13.0 but none is installed. You must install peer dependencies yourself.
current versions of this dependencies:
[email protected] - safe to update
[email protected] - safe to update
[email protected] - need to be tested
ThomOrlo, dannybarinshtein, lukaszmakuch, martin3walker, sidharthachatterjee and 6 more
Metadata
Metadata
Assignees
Labels
stale?Issue that may be closed soon due to the original author not responding any more.Issue that may be closed soon due to the original author not responding any more.type: maintenanceAn issue or pull request describing a change that isn't a bug, feature or documentation changeAn issue or pull request describing a change that isn't a bug, feature or documentation change