Merge pull request #31946 from backstage/rugvip/tsbumps

cli: switch tsconfig to default to bundler resolution
This commit is contained in:
Patrik Oldsberg
2025-12-02 23:31:11 +01:00
committed by GitHub
39 changed files with 252 additions and 209 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { TranslationRef } from '@backstage/core-plugin-api/alpha';
import { TranslationRef } from '@backstage/frontend-plugin-api';
// @alpha (undocumented)
export const kubernetesReactTranslationRef: TranslationRef<
+1 -1
View File
@@ -3,7 +3,7 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { ApiRef } from '@backstage/core-plugin-api';
import { ApiRef } from '@backstage/frontend-plugin-api';
import { AsyncState } from 'react-use/esm/useAsyncFn';
import { ClientContainerStatus } from '@backstage/plugin-kubernetes-common';
import { ClientPodStatus } from '@backstage/plugin-kubernetes-common';