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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user