Merge pull request #31804 from backstage/rugvip/compat-route-refs

core-plugin-api: add forwards compatibility for route refs
This commit is contained in:
Patrik Oldsberg
2025-11-18 11:22:37 +01:00
committed by GitHub
37 changed files with 785 additions and 387 deletions
+2
View File
@@ -3641,6 +3641,7 @@ __metadata:
"@backstage/config": "workspace:^"
"@backstage/core-app-api": "workspace:^"
"@backstage/errors": "workspace:^"
"@backstage/frontend-plugin-api": "workspace:^"
"@backstage/test-utils": "workspace:^"
"@backstage/types": "workspace:^"
"@backstage/version-bridge": "workspace:^"
@@ -3653,6 +3654,7 @@ __metadata:
react: "npm:^18.0.2"
react-dom: "npm:^18.0.2"
react-router-dom: "npm:^6.3.0"
zod: "npm:^3.22.4"
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0