diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index f21232319..002faf77d 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -2,9 +2,18 @@ "id": "indexManagementDashboards", "version": "2.13.0.0", "opensearchDashboardsVersion": "2.13.0", - "configPath": ["opensearch_index_management"], - "requiredPlugins": ["navigation", "opensearchDashboardsReact"], - "optionalPlugins": ["managementOverview", "dataSource", "dataSourceManagement"], + "configPath": [ + "opensearch_index_management" + ], + "requiredPlugins": [ + "navigation", + "opensearchDashboardsReact" + ], + "optionalPlugins": [ + "managementOverview", + "dataSource", + "dataSourceManagement" + ], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 771112c3e..0d32ea5f3 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,6 @@ "terser": "^4.8.1", "tough-cookie": "^4.1.3", "@cypress/request": "^3.0.0", - "hosted-git-info": "^2.8.9", - "@cypress/request": "^3.0.0", "decode-uri-component": "^0.2.1", "**/ansi-regex": "^5.0.1", "**/glob-parent": "^6.0.0", @@ -84,4 +82,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file