Is there an existing issue for this?
Current Behavior
graphiql/plugin-explorer dependency graphiql-explorer has outdated peerDependencies:
"peerDependencies": {
"graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
"react": "^15.6.0 || ^16.0.0",
"react-dom": "^15.6.0 || ^16.0.0"
}
Functionally it seems to work with react+react-dom 19.2.8 an graphql 17.0.2, however the npm warnings are obnoxious. :)
Expected Behavior
No response
Steps To Reproduce
With:
"dependencies": {
"@graphiql/plugin-explorer": "5.1.5",
"graphiql": "5.4.0",
"graphql": "17.0.2",
"react": "19.2.8",
"react-dom": "19.2.8"
}
npm install
Environment
react Version: 19.2.8
graphql Version: 17.0.2
Anything else?
No response
Is there an existing issue for this?
Current Behavior
graphiql/plugin-explorer dependency graphiql-explorer has outdated peerDependencies:
Functionally it seems to work with react+react-dom 19.2.8 an graphql 17.0.2, however the npm warnings are obnoxious. :)
Expected Behavior
No response
Steps To Reproduce
With:
npm installEnvironment
reactVersion: 19.2.8graphqlVersion: 17.0.2Anything else?
No response