Merge branch 'master' of github.com:spotify/backstage into mob/cookiecutter-templater
* 'master' of github.com:spotify/backstage: (21 commits) auth-backend: clean up comments + fix getting email from profile feat(catalog): show owner and lifecycle in header chore(catalog): move the entity examples to catalog-model plugins/graphiql: grayscale icon app: add graphiql plugin with gitlab and github endpoints dev-utils: add google and github auth APIs to default api factories plugins/graphiql: add GitHub endpoint with automatic scope detection build(deps): bump yup from 0.28.5 to 0.29.1 v0.1.1-alpha.12 packages: publish entire dist folder build(deps-dev): bump @storybook/addon-links from 5.3.18 to 5.3.19 (#1414) v0.1.1-alpha.11 cli: include assets-types in published package storybook: update identity api mock core-api: update loginPopup tests core: fix sign-in hot reloading issues and unmounted component access core-api: update web message response handling in loginPopup to expect RFC format Identity and profile work, wip build(deps): bump @rollup/plugin-node-resolve from 7.1.3 to 8.1.0 backend - fix types + refactoring ...
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-backend",
|
||||
"version": "0.1.1-alpha.10",
|
||||
"version": "0.1.1-alpha.12",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -21,9 +21,9 @@
|
||||
"mock-data": "./scripts/mock-data"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.1.1-alpha.10",
|
||||
"@backstage/catalog-model": "^0.1.1-alpha.10",
|
||||
"@backstage/config": "^0.1.1-alpha.10",
|
||||
"@backstage/backend-common": "^0.1.1-alpha.12",
|
||||
"@backstage/catalog-model": "^0.1.1-alpha.12",
|
||||
"@backstage/config": "^0.1.1-alpha.12",
|
||||
"@types/express": "^4.17.6",
|
||||
"compression": "^1.7.4",
|
||||
"cors": "^2.8.5",
|
||||
@@ -39,7 +39,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.1.1-alpha.10",
|
||||
"@backstage/cli": "^0.1.1-alpha.12",
|
||||
"@types/dockerode": "^2.5.32",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/git-url-parse": "^9.0.0",
|
||||
@@ -49,6 +49,6 @@
|
||||
"yaml": "^1.10.0"
|
||||
},
|
||||
"files": [
|
||||
"dist/**/*.{js,d.ts}"
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user