Merge branch 'master' into adds_auth0

This commit is contained in:
Patrik Oldsberg
2020-08-12 09:05:00 +02:00
committed by GitHub
548 changed files with 31453 additions and 3287 deletions
+4
View File
@@ -20,10 +20,14 @@ import {
oktaAuthApiRef,
Auth0Auth,
auth0AuthApiRef,
configApiRef,
ConfigReader,
} from '@backstage/core';
const builder = ApiRegistry.builder();
builder.add(configApiRef, ConfigReader.fromConfigs([]));
const alertApi = builder.add(alertApiRef, new AlertApiForwarder());
builder.add(errorApiRef, new ErrorAlerter(alertApi, new ErrorApiForwarder()));
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.1.1-alpha.14",
"version": "0.1.1-alpha.18",
"description": "Storybook build for core package",
"private": true,
"scripts": {
@@ -14,7 +14,7 @@
]
},
"dependencies": {
"@backstage/theme": "^0.1.1-alpha.14"
"@backstage/theme": "^0.1.1-alpha.18"
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.17",