Merge remote-tracking branch 'origin/master' into reconfigure

# Conflicts:
#	packages/app/package.json
#	yarn.lock
This commit is contained in:
bnechyporenko
2022-07-13 10:53:56 +02:00
315 changed files with 5753 additions and 1508 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ The extension type is a simple one:
```ts
export type Extension<T> = {
expose(plugin: BackstagePlugin<any, any>): T;
expose(plugin: BackstagePlugin): T;
};
```