Upgrade GraphiQL to 3.0.6

Signed-off-by: Taras Mankovski <taras@frontside.com>
This commit is contained in:
Taras Mankovski
2023-10-20 13:03:10 -04:00
parent ac01c80187
commit 57fda44b90
4 changed files with 926 additions and 28 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-graphiql': patch
---
Upgrade to GraphiQL 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