update API reports for moduleResolution: bundler

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-12-02 21:28:42 +01:00
parent f8dff944fd
commit f85dafa7f2
30 changed files with 105 additions and 98 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import { OverridableExtensionDefinition } from '@backstage/frontend-plugin-api';
import { OverridableFrontendPlugin } from '@backstage/frontend-plugin-api';
import { RouteRef } from '@backstage/frontend-plugin-api';
import { RouteRef as RouteRef_2 } from '@backstage/core-plugin-api';
import { TranslationRef } from '@backstage/core-plugin-api/alpha';
import { TranslationRef } from '@backstage/frontend-plugin-api';
// @alpha (undocumented)
const _default: OverridableFrontendPlugin<
+1 -1
View File
@@ -5,7 +5,7 @@
```ts
import { ApiRef } from '@backstage/core-plugin-api';
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { BackstageUserIdentity } from '@backstage/core-plugin-api';
import { BackstageUserIdentity } from '@backstage/frontend-plugin-api';
import { DiscoveryApi } from '@backstage/core-plugin-api';
import { ElementType } from 'react';
import { ErrorApi } from '@backstage/core-plugin-api';