diff --git a/package.json b/package.json index 7fe3c6b367462..58e95d6e6b9a2 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@babel/register": "7.4.4", "@elastic/charts": "^7.0.1", "@elastic/datemath": "5.0.2", - "@elastic/eui": "12.1.0", + "@elastic/eui": "12.2.0", "@elastic/filesaver": "1.1.2", "@elastic/good": "8.1.1-kibana2", "@elastic/numeral": "2.3.3", diff --git a/test/interpreter_functional/plugins/kbn_tp_run_pipeline/package.json b/test/interpreter_functional/plugins/kbn_tp_run_pipeline/package.json index 60de120814330..96b39d5fb32cb 100644 --- a/test/interpreter_functional/plugins/kbn_tp_run_pipeline/package.json +++ b/test/interpreter_functional/plugins/kbn_tp_run_pipeline/package.json @@ -7,7 +7,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@elastic/eui": "12.1.0", + "@elastic/eui": "12.2.0", "react": "^16.8.0", "react-dom": "^16.8.0" } diff --git a/test/plugin_functional/plugins/kbn_tp_custom_visualizations/package.json b/test/plugin_functional/plugins/kbn_tp_custom_visualizations/package.json index 4654cdb8de3c3..52de10f986ed3 100644 --- a/test/plugin_functional/plugins/kbn_tp_custom_visualizations/package.json +++ b/test/plugin_functional/plugins/kbn_tp_custom_visualizations/package.json @@ -7,7 +7,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@elastic/eui": "12.1.0", + "@elastic/eui": "12.2.0", "react": "^16.8.0" } } diff --git a/test/plugin_functional/plugins/kbn_tp_embeddable_explorer/package.json b/test/plugin_functional/plugins/kbn_tp_embeddable_explorer/package.json index 21a8961f3cf61..544f15ca072ee 100644 --- a/test/plugin_functional/plugins/kbn_tp_embeddable_explorer/package.json +++ b/test/plugin_functional/plugins/kbn_tp_embeddable_explorer/package.json @@ -1,14 +1,14 @@ { "name": "kbn_tp_embeddable_explorer", "version": "1.0.0", - "main":"target/test/plugin_functional/plugins/kbn_tp_embeddable_explorer", + "main": "target/test/plugin_functional/plugins/kbn_tp_embeddable_explorer", "kibana": { "version": "kibana", "templateVersion": "1.0.0" }, "license": "Apache-2.0", "dependencies": { - "@elastic/eui": "12.1.0", + "@elastic/eui": "12.2.0", "react": "^16.8.0" }, "scripts": { @@ -16,7 +16,7 @@ "build": "rm -rf './target' && tsc" }, "devDependencies": { - "@kbn/plugin-helpers" : "9.0.2", + "@kbn/plugin-helpers": "9.0.2", "typescript": "^3.3.3333" } } diff --git a/test/plugin_functional/plugins/kbn_tp_sample_panel_action/package.json b/test/plugin_functional/plugins/kbn_tp_sample_panel_action/package.json index 19c9ccff34657..eb86b1ebdca91 100644 --- a/test/plugin_functional/plugins/kbn_tp_sample_panel_action/package.json +++ b/test/plugin_functional/plugins/kbn_tp_sample_panel_action/package.json @@ -1,14 +1,14 @@ { "name": "kbn_tp_sample_panel_action", "version": "1.0.0", - "main":"target/test/plugin_functional/plugins/kbn_tp_sample_panel_action", + "main": "target/test/plugin_functional/plugins/kbn_tp_sample_panel_action", "kibana": { "version": "kibana", "templateVersion": "1.0.0" }, "license": "Apache-2.0", "dependencies": { - "@elastic/eui": "12.1.0", + "@elastic/eui": "12.2.0", "react": "^16.8.0" }, "scripts": { @@ -16,7 +16,7 @@ "build": "rm -rf './target' && tsc" }, "devDependencies": { - "@kbn/plugin-helpers" : "9.0.2", + "@kbn/plugin-helpers": "9.0.2", "typescript": "^3.3.3333" } } diff --git a/test/plugin_functional/plugins/kbn_tp_visualize_embedding/package.json b/test/plugin_functional/plugins/kbn_tp_visualize_embedding/package.json index ca0aa4c7bacb8..598d42db77194 100644 --- a/test/plugin_functional/plugins/kbn_tp_visualize_embedding/package.json +++ b/test/plugin_functional/plugins/kbn_tp_visualize_embedding/package.json @@ -7,7 +7,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@elastic/eui": "12.1.0", + "@elastic/eui": "12.2.0", "react": "^16.8.0", "react-dom": "^16.8.0" } diff --git a/x-pack/legacy/plugins/snapshot_restore/public/app/components/restore_snapshot_form/steps/step_logistics.tsx b/x-pack/legacy/plugins/snapshot_restore/public/app/components/restore_snapshot_form/steps/step_logistics.tsx index e73d41ee83e44..6b77ddf22e73d 100644 --- a/x-pack/legacy/plugins/snapshot_restore/public/app/components/restore_snapshot_form/steps/step_logistics.tsx +++ b/x-pack/legacy/plugins/snapshot_restore/public/app/components/restore_snapshot_form/steps/step_logistics.tsx @@ -131,7 +131,6 @@ export const RestoreSnapshotStepLogistics: React.FunctionComponent = fullWidth describedByIds={['stepLogisticsIndicesDescription']} > - {/* Fragment needed because EuiFormRow can only have one child: https://github.com/elastic/eui/issues/1931 */} = fullWidth describedByIds={['stepLogisticsRenameIndicesDescription']} > - {/* Fragment needed because EuiFormRow can only have one child: https://github.com/elastic/eui/issues/1931 */} = ( fullWidth describedByIds={['stepSettingsIndexSettingsDescription']} > - {/* Fragment needed because EuiFormRow can only have one child: https://github.com/elastic/eui/issues/1931 */} = ( fullWidth describedByIds={['stepSettingsIgnoreIndexSettingsDescription']} > - {/* Fragment needed because EuiFormRow can only have one child: https://github.com/elastic/eui/issues/1931 */}