Use @backstage/plugin-search-common instead of @backstage/search-common

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2022-03-03 17:02:37 +01:00
parent 6921edc6a0
commit 3e54f6c436
59 changed files with 94 additions and 74 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { Config } from '@backstage/config';
import { ContainerRunner } from '@backstage/backend-common';
import { Entity } from '@backstage/catalog-model';
import express from 'express';
import { IndexableDocument } from '@backstage/search-common';
import { IndexableDocument } from '@backstage/plugin-search-common';
import { Logger as Logger_2 } from 'winston';
import { PluginEndpointDiscovery } from '@backstage/backend-common';
import { ScmIntegrationRegistry } from '@backstage/integration';
+1 -1
View File
@@ -46,8 +46,8 @@
"@backstage/catalog-model": "^0.12.0",
"@backstage/config": "^0.1.15",
"@backstage/errors": "^0.2.2",
"@backstage/search-common": "^0.3.0",
"@backstage/integration": "^0.8.0",
"@backstage/plugin-search-common": "^0.3.0",
"@google-cloud/storage": "^5.6.0",
"@trendyol-js/openstack-swift-sdk": "^0.0.5",
"@types/express": "^4.17.6",
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { IndexableDocument } from '@backstage/search-common';
import { IndexableDocument } from '@backstage/plugin-search-common';
/**
* TechDocs indexable document interface