Version Packages (next)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
f4a58d3a36
commit
423e01d903
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-graphql-backend
|
||||
|
||||
## 0.1.26-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.2-next.0
|
||||
- @backstage/backend-common@0.15.1-next.3
|
||||
- @backstage/plugin-catalog-graphql@0.3.13-next.3
|
||||
|
||||
## 0.1.26-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-graphql-backend",
|
||||
"description": "An experimental Backstage backend plugin for GraphQL",
|
||||
"version": "0.1.26-next.2",
|
||||
"version": "0.1.26-next.3",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,9 +33,9 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-catalog-graphql": "^0.3.13-next.2",
|
||||
"@backstage/backend-common": "^0.15.1-next.3",
|
||||
"@backstage/config": "^1.0.2-next.0",
|
||||
"@backstage/plugin-catalog-graphql": "^0.3.13-next.3",
|
||||
"@graphql-tools/schema": "^9.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"apollo-server": "^3.0.0",
|
||||
@@ -50,7 +50,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.19.0-next.2",
|
||||
"@backstage/cli": "^0.19.0-next.3",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"msw": "^0.47.0",
|
||||
"supertest": "^6.1.3"
|
||||
|
||||
Reference in New Issue
Block a user