Release v0.1.1-alpha.20

This commit is contained in:
Raghunandan
2020-08-25 14:56:54 +02:00
parent 96b8971b69
commit 734dcca107
48 changed files with 241 additions and 241 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-graphql-backend",
"version": "0.1.1-alpha.19",
"version": "0.1.1-alpha.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,7 +20,7 @@
"mock-data": "./scripts/mock-data.sh"
},
"dependencies": {
"@backstage/backend-common": "^0.1.1-alpha.19",
"@backstage/backend-common": "^0.1.1-alpha.20",
"@types/express": "^4.17.6",
"apollo-server": "^2.16.0",
"apollo-server-express": "^2.16.0",
@@ -32,7 +32,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.19",
"@backstage/cli": "^0.1.1-alpha.20",
"@types/supertest": "^2.0.8",
"eslint-plugin-graphql": "^4.0.0",
"msw": "^0.20.5",