From d02729b8eb166d536e4ebab048b18bd741dbad84 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Fri, 11 Aug 2023 00:19:55 +0000 Subject: [PATCH] Increment version to 3.0.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 6 ++++-- package.json | 5 ++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 47e9c9a7a..edee1a8dc 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -2,7 +2,9 @@ "id": "alertingDashboards", "version": "3.0.0.0", "opensearchDashboardsVersion": "3.0.0", - "configPath": ["opensearch_alerting"], + "configPath": [ + "opensearch_alerting" + ], "requiredPlugins": [ "uiActions", "dashboard", @@ -16,4 +18,4 @@ ], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index dd1b40973..a971f4091 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,7 @@ "@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards", "cypress": "^6.0.0", "husky": "^3.0.0", - "lint-staged": "^10.2.0", - "@babel/plugin-transform-modules-commonjs": "^7.16.5" + "lint-staged": "^10.2.0" }, "dependencies": { "brace": "0.11.1", @@ -65,4 +64,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file