File tree Expand file tree Collapse file tree
examples/portable_dashboards_example
src/platform/plugins/shared/presentation_util Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
3435tags :
3536 - plugin
3637 - prod
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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'
4042tags :
4143 - plugin
4244 - prod
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments