Merge pull request #20714 from taras/tm/upgrade-graphiql

Upgrade GraphiQL to 3.0.6
This commit is contained in:
Patrik Oldsberg
2023-10-23 16:54:46 +02:00
committed by GitHub
4 changed files with 926 additions and 28 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-graphiql': minor
---
Upgrade to GraphiQL to 3.0.6
+1 -1
View File
@@ -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>
+919 -21
View File
File diff suppressed because it is too large Load Diff