Skip to content

Commit adbdd72

Browse files
committed
[CI] Auto-commit changed files from 'node scripts/yarn_deduplicate'
1 parent 6bc9cf9 commit adbdd72

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

examples/controls_example/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@kbn/ui-actions-plugin",
2323
"@kbn/controls-constants",
2424
"@kbn/kibana-react-plugin",
25-
"@kbn/control-group-renderer"
25+
"@kbn/control-group-renderer",
26+
"@kbn/controls-plugin"
2627
]
2728
}

src/platform/packages/shared/controls/control-group-renderer/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@kbn/controls-renderer",
1616
"@kbn/data-views-plugin",
1717
"@kbn/esql-types",
18-
"@kbn/presentation-publishing"
18+
"@kbn/presentation-publishing",
19+
"@kbn/controls-plugin"
1920
]
2021
}

0 commit comments

Comments
 (0)