Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored and acao committed Jun 21, 2023
1 parent f8d8509 commit c915a4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-mirrors-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphiql/plugin-explorer': patch
---

`@graphiql/react` should be in `peerDependencies` not in `dependencies`
5 changes: 3 additions & 2 deletions packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@
"preview": "vite preview"
},
"dependencies": {
"@graphiql/react": "^0.18.0-alpha.1",
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
"graphql": "^15.5.0 || ^16.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
"react-dom": "^16.8.0 || ^17 || ^18",
"@graphiql/react": "^0.17 || ^0.18"
},
"devDependencies": {
"@graphiql/react": "^0.18.0-alpha.1",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^4.6.3",
"vite": "^4.3.9"
Expand Down

0 comments on commit c915a4e

Please sign in to comment.