Merge branch 'master' of github.com:backstage/backstage into mob/scaffolder-cra-fixes
* 'master' of github.com:backstage/backstage: (98 commits) build(deps): bump archiver from 5.0.2 to 5.1.0 build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1 docs: Update lighthouse docs scaffolder-backend: clarify type detection error message scaffolder-backend: gitlab preparer uses integrations token core-api: ensure that routable extension components are discovered at boot core-api: memoize app element traversal and validation core-api: add lazy loading of component extensions Add changeset and add missing semicolon Add search plugin to new CLI created apps build(deps): bump graphql from 15.3.0 to 15.4.0 core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state run prettier on the roadmap core-api: refactor createReactExtension to forward component types directly and avoid @types/react dependency core-api: add route validation to app + test core-api: default type parameters for BackstagePlugin to avoid breakage changeset: add changesets for new plugin extension API core-api: avoid exporting AnyRoutes, AnyExternalRoutes, and ExternalRouteRef constructor core-api: rename BindRouteFunc to AppRouteBinder core-api,plugins/graphiql: export extension APIs from core-api and port the graphiql plugin ...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -111,9 +111,9 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.4.0",
|
||||
"@backstage/backend-common": "^0.4.1",
|
||||
"@backstage/config": "^0.1.2",
|
||||
"@backstage/core": "^0.4.0",
|
||||
"@backstage/core": "^0.4.1",
|
||||
"@backstage/dev-utils": "^0.1.6",
|
||||
"@backstage/test-utils": "^0.1.5",
|
||||
"@backstage/theme": "^0.2.2",
|
||||
|
||||
Reference in New Issue
Block a user