chore: skip backend dynamic

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-07-18 16:58:03 +02:00
parent 7251567926
commit b1104f9bd5
4 changed files with 3 additions and 6 deletions
-1
View File
@@ -1,5 +1,4 @@
---
'@backstage/backend-dynamic-feature-service': patch
'@backstage/plugin-search-backend-module-pg': patch
---
@@ -41,8 +41,8 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-app-api": "workspace:^",
"@backstage/backend-common": "workspace:^",
"@backstage/backend-defaults": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-tasks": "workspace:^",
"@backstage/cli-common": "workspace:^",
@@ -70,7 +70,6 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-app-api": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"wait-for-expect": "^3.0.2"
@@ -18,9 +18,9 @@ import {
createServiceFactory,
coreServices,
} from '@backstage/backend-plugin-api';
import { WinstonLogger } from '@backstage/backend-defaults/rootLogger';
import { WinstonLogger } from '@backstage/backend-app-api';
import { transports, format } from 'winston';
import { createConfigSecretEnumerator } from '@backstage/backend-defaults/rootLogger';
import { createConfigSecretEnumerator } from '@backstage/backend-app-api';
import { loadConfigSchema } from '@backstage/config-loader';
import { getPackages } from '@manypkg/get-packages';
import { dynamicPluginsSchemasServiceRef } from './schemas';
-1
View File
@@ -3708,7 +3708,6 @@ __metadata:
dependencies:
"@backstage/backend-app-api": "workspace:^"
"@backstage/backend-common": "workspace:^"
"@backstage/backend-defaults": "workspace:^"
"@backstage/backend-plugin-api": "workspace:^"
"@backstage/backend-tasks": "workspace:^"
"@backstage/backend-test-utils": "workspace:^"