catalog-react: move frontend-test-utils to an option peer dep

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-09 22:11:52 +01:00
parent 68eb32266d
commit 67959bf42a
2 changed files with 8 additions and 1 deletions
+3
View File
@@ -5444,11 +5444,14 @@ __metadata:
zen-observable: "npm:^0.10.0"
zod: "npm:^3.25.76"
peerDependencies:
"@backstage/frontend-test-utils": "workspace:^"
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.30.2
peerDependenciesMeta:
"@backstage/frontend-test-utils":
optional: true
"@types/react":
optional: true
languageName: unknown