chore(gql): fixing dependencies now there is a new release

This commit is contained in:
blam
2020-08-06 10:37:39 +02:00
committed by Fredrik Adelöw
parent ac3ea688fb
commit d20e0dd1e9
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graphql",
"version": "0.1.1-alpha.16",
"version": "0.1.1-alpha.17",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
"mock-data": "./scripts/mock-data.sh"
},
"dependencies": {
"@backstage/backend-common": "^0.1.1-alpha.16",
"@backstage/catalog-model": "^0.1.1-alpha.16",
"@backstage/config": "^0.1.1-alpha.16",
"@backstage/backend-common": "^0.1.1-alpha.17",
"@backstage/catalog-model": "^0.1.1-alpha.17",
"@backstage/config": "^0.1.1-alpha.17",
"@graphql-codegen/cli": "^1.17.7",
"@graphql-codegen/typescript": "^1.17.7",
"@graphql-codegen/typescript-resolvers": "^1.17.7",
@@ -38,7 +38,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.16",
"@backstage/cli": "^0.1.1-alpha.17",
"@types/supertest": "^2.0.8",
"eslint-plugin-graphql": "^4.0.0",
"msw": "^0.19.5",