get rid of majority of peer dependency warnings in yarn

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-03-27 12:08:20 +02:00
parent ef50084b89
commit e0c6e8b9c3
113 changed files with 756 additions and 56 deletions
@@ -23,7 +23,7 @@ import {
BitbucketServerOAuthResult,
} from './provider';
import { setupServer } from 'msw/node';
import { setupRequestMockHandlers } from '@backstage/test-utils';
import { setupRequestMockHandlers } from '@backstage/backend-test-utils';
import { rest } from 'msw';
jest.mock('../../lib/passport/PassportStrategyHelper', () => {