From 84dabc5363a4db5b21aef641b26c4c9148a6c212 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 14 Nov 2023 16:41:06 +0100 Subject: [PATCH] search-react: remove dependency frontend-app-api dependency Signed-off-by: Patrik Oldsberg --- .changeset/plenty-numbers-enjoy.md | 5 +++++ plugins/search-react/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/plenty-numbers-enjoy.md diff --git a/.changeset/plenty-numbers-enjoy.md b/.changeset/plenty-numbers-enjoy.md new file mode 100644 index 0000000000..5e5acbabf1 --- /dev/null +++ b/.changeset/plenty-numbers-enjoy.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-react': patch +--- + +Removed `@backstage/frontend-app-api` dependency. diff --git a/plugins/search-react/package.json b/plugins/search-react/package.json index 2f52ce901e..bef3865069 100644 --- a/plugins/search-react/package.json +++ b/plugins/search-react/package.json @@ -47,7 +47,6 @@ "dependencies": { "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", - "@backstage/frontend-app-api": "workspace:^", "@backstage/frontend-plugin-api": "workspace:^", "@backstage/plugin-search-common": "workspace:^", "@backstage/theme": "workspace:^", @@ -69,6 +68,7 @@ "devDependencies": { "@backstage/cli": "workspace:^", "@backstage/core-app-api": "workspace:^", + "@backstage/frontend-app-api": "workspace:^", "@backstage/test-utils": "workspace:^", "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^6.0.0",