Merge branch 'master' of github.com:spotify/backstage into mob/catalog-in-gql
* 'master' of github.com:spotify/backstage: (43 commits) chore(deps): bump material-table from 1.62.0 to 1.68.0 (#1841) chore(deps-dev): bump @types/http-errors from 1.6.3 to 1.8.0 (#1884) chore(deps-dev): bump @types/jquery from 3.3.38 to 3.5.1 (#1886) chore(deps): bump react-lazylog from 4.5.2 to 4.5.3 (#1888) chore(deps): bump rollup-plugin-dts from 1.4.7 to 1.4.10 (#1887) chore(deps-dev): bump concurrently from 5.2.0 to 5.3.0 (#1885) docs: added configuration docs (#1863) chore(deps): bump replace-in-file from 6.0.0 to 6.1.0 (#1840) cli: eslint.backend: disallow default winston import feat: add rollbar to explore plugin (#1878) fix: update the winston logger to use namespace fix #1874 Add backstage.io/github-actions-id to metadata docs: fix link to plugin documentation (#1869) CHANGELOG: bump to alpha.18 + note about auth CSP fix update gitignore v0.1.1-alpha.18 package: always bump all package versions fix: add migration file for entity_search column fix Add docs for creating a GitHub OAuth application (#1857) auth backend: fix CSP by setting script hash ...
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-graphql-backend",
|
||||
"version": "0.1.1-alpha.17",
|
||||
"version": "0.1.1-alpha.18",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -20,9 +20,9 @@
|
||||
"mock-data": "./scripts/mock-data.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.1.1-alpha.17",
|
||||
"@backstage/config": "^0.1.1-alpha.17",
|
||||
"@backstage/plugin-catalog-graphql": "^0.1.1-alpha.17",
|
||||
"@backstage/backend-common": "^0.1.1-alpha.18",
|
||||
"@backstage/config": "^0.1.1-alpha.18",
|
||||
"@backstage/plugin-catalog-graphql": "^0.1.1-alpha.18",
|
||||
"@graphql-modules/core": "^0.7.17",
|
||||
"@types/express": "^4.17.6",
|
||||
"apollo-server": "^2.16.0",
|
||||
@@ -36,7 +36,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.1.1-alpha.17",
|
||||
"@backstage/cli": "^0.1.1-alpha.18",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"eslint-plugin-graphql": "^4.0.0",
|
||||
"msw": "^0.19.5",
|
||||
|
||||
Reference in New Issue
Block a user