Skip to content

Commit

Permalink
update other imports for KibanaPlatformPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 28, 2022
1 parent 662e095 commit 58763b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dev/plugin_discovery/get_plugin_deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import { KibanaPlatformPlugin } from '@kbn/dev-utils';
import { KibanaPlatformPlugin } from '@kbn/plugin-discovery';

interface AllOptions {
id: string;
Expand Down
3 changes: 2 additions & 1 deletion src/dev/run_find_plugins_ready_migrate_to_ts_refs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import Path from 'path';
import Fs from 'fs';
import JSON5 from 'json5';
import { get } from 'lodash';
import { run, KibanaPlatformPlugin } from '@kbn/dev-utils';
import { run } from '@kbn/dev-utils';
import { KibanaPlatformPlugin } from '@kbn/plugin-discovery';
import { getPluginDeps, findPlugins } from './plugin_discovery';

interface AllOptions {
Expand Down

0 comments on commit 58763b8

Please sign in to comment.