feat(plugin): resolve remarks of review

Signed-off-by: MitchWijt <mitchel@wijt.net>
This commit is contained in:
MitchWijt
2023-01-31 16:15:44 +01:00
parent 3b5990bca1
commit d1fb4b7bf1
6 changed files with 75 additions and 99 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-graphql-voyager",
"description": "Backstage plugin for GraphQL Voyager",
"version": "0.1.0",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -26,7 +26,7 @@
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/theme": "workspace:^",
"@material-ui/core": "^4.9.13",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"graphql-voyager": "^1.0.0-rc.31",
@@ -45,7 +45,7 @@
"@testing-library/user-event": "^14.0.0",
"@types/node": "*",
"cross-fetch": "^3.1.5",
"msw": "^0.47.0"
"msw": "^0.49.0"
},
"files": [
"dist"