Adjusted dependencies

Changed @types imports to be dev dependencies. Changed import of DiscoveryApi to remove reference to @backstage/plugin-permission-common

Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com>
This commit is contained in:
Robert Bunning
2022-12-23 10:07:05 -05:00
parent 30519deddc
commit b267b6c045
4 changed files with 6 additions and 5 deletions
+5 -2
View File
@@ -14,8 +14,11 @@
* limitations under the License.
*/
import { discoveryApiRef, useApi } from '@backstage/core-plugin-api';
import { DiscoveryApi } from '@backstage/plugin-permission-common';
import {
discoveryApiRef,
useApi,
DiscoveryApi,
} from '@backstage/core-plugin-api';
import useAsync from 'react-use/lib/useAsync';
import { useOctokitRequest } from './useOctokitRequest';