plugins/graphiql: replace example page with minimal graphiql page

This commit is contained in:
Patrik Oldsberg
2020-04-23 14:31:57 +02:00
parent a2491cb378
commit 10b6fd5bcb
10 changed files with 256 additions and 197 deletions
+4 -2
View File
@@ -20,8 +20,8 @@
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/testing-library__jest-dom": "5.0.2",
"react-router-dom": "^5.1.2",
"jest-fetch-mock": "^3.0.3"
"jest-fetch-mock": "^3.0.3",
"react-router-dom": "^5.1.2"
},
"dependencies": {
"@backstage/core": "^0.1.1-alpha.4",
@@ -29,6 +29,8 @@
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"graphiql": "^0.17.5",
"graphql": "^14.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-use": "^13.0.0"