Skip to content

Commit ebac345

Browse files
committed
Merge branch 'panel-placement-util' of https://github.com/Zacqary/kibana into panel-placement-util
2 parents 37a67e5 + 1162802 commit ebac345

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

examples/portable_dashboards_example/moon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependsOn:
3131
- '@kbn/shared-ux-router'
3232
- '@kbn/presentation-publishing'
3333
- '@kbn/react-kibana-context-render'
34+
- '@kbn/presentation-util-plugin'
3435
tags:
3536
- plugin
3637
- prod

examples/portable_dashboards_example/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@kbn/controls-plugin",
2525
"@kbn/shared-ux-router",
2626
"@kbn/presentation-publishing",
27-
"@kbn/react-kibana-context-render"
27+
"@kbn/react-kibana-context-render",
28+
"@kbn/presentation-util-plugin"
2829
]
2930
}

src/platform/plugins/shared/presentation_util/moon.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ dependsOn:
3737
- '@kbn/calculate-width-from-char-count'
3838
- '@kbn/field-utils'
3939
- '@kbn/core-ui-settings-browser'
40+
- '@kbn/presentation-publishing'
41+
- '@kbn/utility-types'
4042
tags:
4143
- plugin
4244
- prod

src/platform/plugins/shared/presentation_util/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"@kbn/calculate-width-from-char-count",
3333
"@kbn/field-utils",
3434
"@kbn/core-ui-settings-browser",
35+
"@kbn/presentation-publishing",
36+
"@kbn/utility-types",
3537
],
3638
"exclude": ["target/**/*"]
3739
}

0 commit comments

Comments
 (0)