chore: update imports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-12-06 13:35:12 +01:00
parent 823dee3b23
commit 480d3b209d
7 changed files with 116 additions and 28 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ import { version as coreComponents } from '../../../../packages/core-components/
import { version as corePluginApi } from '../../../../packages/core-plugin-api/package.json';
import { version as devUtils } from '../../../../packages/dev-utils/package.json';
import { version as testUtils } from '../../../../packages/test-utils/package.json';
import { version as scaffolderNode } from '../../../../plugins/scaffolder-node/package.json';
import { version as theme } from '../../../../packages/theme/package.json';
import { version as scaffolderBackend } from '../../../../plugins/scaffolder-backend/package.json';
export const packageVersions: Record<string, string> = {
'@backstage/backend-common': backendCommon,
@@ -59,7 +59,7 @@ export const packageVersions: Record<string, string> = {
'@backstage/dev-utils': devUtils,
'@backstage/test-utils': testUtils,
'@backstage/theme': theme,
'@backstage/plugin-scaffolder-backend': scaffolderBackend,
'@backstage/plugin-scaffolder-node': scaffolderNode,
};
export function findVersion() {