Merge pull request #20714 from taras/tm/upgrade-graphiql
Upgrade GraphiQL to 3.0.6
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-graphiql': minor
|
||||
---
|
||||
|
||||
Upgrade to GraphiQL to 3.0.6
|
||||
@@ -54,7 +54,7 @@
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
"@types/react": "^16.13.1 || ^17.0.0",
|
||||
"graphiql": "^1.5.12",
|
||||
"graphiql": "^3.0.6",
|
||||
"graphql": "^16.0.0",
|
||||
"graphql-ws": "^5.4.1",
|
||||
"react-use": "^17.2.4"
|
||||
|
||||
@@ -77,12 +77,7 @@ export const GraphiQLBrowser = (props: GraphiQLBrowserProps) => {
|
||||
</Tabs>
|
||||
<Divider />
|
||||
<div className={classes.graphiQlWrapper}>
|
||||
<GraphiQL
|
||||
headerEditorEnabled
|
||||
key={tabIndex}
|
||||
fetcher={fetcher}
|
||||
storage={storage}
|
||||
/>
|
||||
<GraphiQL key={tabIndex} fetcher={fetcher} storage={storage} />
|
||||
</div>
|
||||
</Suspense>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user