replace all usages of @backstage/search-common with @backstage/plugin-search-common

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-06-02 13:20:29 +02:00
parent 18e05f2b54
commit 73fa59f6b2
5 changed files with 4 additions and 5 deletions
-1
View File
@@ -25,7 +25,6 @@
"@backstage/integration": "1.2.0",
"@backstage/integration-react": "1.1.0",
"@backstage/release-manifests": "0.0.3",
"@backstage/search-common": "0.3.4",
"@techdocs/cli": "1.1.1",
"techdocs-cli-embedded-app": "0.2.70",
"@backstage/techdocs-common": "0.11.15",
@@ -1,7 +1,7 @@
ConfluenceCollator.ts reference
```ts
import { DocumentCollator } from '@backstage/search-common';
import { DocumentCollator } from '@backstage/plugin-search-common';
import fetch from 'cross-fetch';
export class ConfluenceCollator implements DocumentCollator {
@@ -3,7 +3,7 @@ ConfluenceResultListItem.tsx reference
```tsx
import React from 'react';
import { Link } from '@backstage/core-components';
import { IndexableDocument } from '@backstage/search-common';
import { IndexableDocument } from '@backstage/plugin-search-common';
import {
Divider,
ListItem,
+1 -1
View File
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/plugin-permission-common": "^0.6.2-next.0",
"@backstage/search-common": "^0.3.5-next.0"
"@backstage/plugin-search-common": "^0.3.4"
},
"devDependencies": {
"@backstage/cli": "^0.17.2-next.1"
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { IndexableDocument } from '@backstage/search-common';
import { IndexableDocument } from '@backstage/plugin-search-common';
/**
* The Document format for an Entity in the Catalog for search