Merge pull request #21270 from backstage/vinzscam/move-collect-legacy-routes-to-compat

Move over collectLegacyRoutes to core-compat-api
This commit is contained in:
Patrik Oldsberg
2023-11-15 10:30:46 +01:00
committed by GitHub
27 changed files with 84 additions and 62 deletions
+1
View File
@@ -47,6 +47,7 @@
},
"dependencies": {
"@backstage/core-app-api": "workspace:^",
"@backstage/core-compat-api": "workspace:^",
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/errors": "workspace:^",
+1 -1
View File
@@ -19,7 +19,7 @@ import {
createPageExtension,
createPlugin,
} from '@backstage/frontend-plugin-api';
import { convertLegacyRouteRef } from '@backstage/core-plugin-api/alpha';
import { convertLegacyRouteRef } from '@backstage/core-compat-api';
import { settingsRouteRef } from './plugin';
import React from 'react';