Merge pull request #8395 from backstage/blam/fix-e2e

chore: bumping this `graphiql` plugin to latest
This commit is contained in:
Johan Haals
2021-12-07 15:26:24 +01:00
committed by GitHub
6 changed files with 422 additions and 91 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/plugin-api-docs
## 0.6.17
### Patch Changes
- dde1681f33: chore(dependencies): bump `graphiql` package to latest
- ef64a444ca: Update AsyncAPI component to 1.0.0-x releases
## 0.6.16
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-api-docs",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"version": "0.6.16",
"version": "0.6.17",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -41,8 +41,8 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"@types/react": "*",
"graphiql": "^1.0.0-alpha.10",
"graphql": "^15.3.0",
"graphiql": "^1.5.12",
"graphql": "^16.0.0",
"isomorphic-form-data": "^2.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-graphiql
## 0.2.23
### Patch Changes
- dde1681f33: chore(dependencies): bump `graphiql` package to latest
## 0.2.22
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-graphiql",
"description": "Backstage plugin for browsing GraphQL APIs",
"version": "0.2.22",
"version": "0.2.23",
"private": false,
"publishConfig": {
"access": "public",
@@ -37,8 +37,8 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"graphiql": "^1.0.0-alpha.10",
"graphql": "15.5.0",
"graphiql": "^1.5.12",
"graphql": "^16.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-use": "^17.2.4"