Skip to content

Commit

Permalink
increment to 1.3.12 and fix dependency conflicts (#582)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz authored Aug 3, 2023
1 parent 87c230e commit d5a89c3
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 418 deletions.
6 changes: 3 additions & 3 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "anomalyDetectionDashboards",
"version": "1.3.11.0",
"opensearchDashboardsVersion": "1.3.11",
"version": "1.3.12.0",
"opensearchDashboardsVersion": "1.3.12",
"configPath": [
"anomaly_detection_dashboards"
],
Expand All @@ -11,4 +11,4 @@
"optionalPlugins": [],
"server": true,
"ui": true
}
}
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "anomaly-detection-dashboards",
"version": "1.3.11.0",
"version": "1.3.12.0",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
"plugin_version": "1.3.10.0",
"plugin_version": "1.3.12.0",
"plugin_name": "anomalyDetectionDashboards",
"plugin_zip_name": "anomaly-detection-dashboards"
},
Expand Down Expand Up @@ -34,8 +34,7 @@
"eslint-plugin-prefer-object-spread": "^1.2.1",
"lint-staged": "^9.2.0",
"moment": "^2.24.0",
"redux-mock-store": "^1.5.3",
"start-server-and-test": "^1.11.7"
"redux-mock-store": "^1.5.3"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
Expand All @@ -52,12 +51,14 @@
"**/glob-parent": "^6.0.0",
"**/loader-utils": "^2.0.4",
"**/terser": "^4.8.1",
"expect": "^26.4.2",
"decode-uri-component": "^0.2.1",
"json5": "^2.2.3",
"@sideway/formula": "^3.0.1",
"minimist": "^1.2.6",
"minimatch": "^3.1.2",
"axios": "^0.21.4",
"semver": "^5.7.2"
"semver": "^7.5.3",
"pretty-format":"^26.4.2"
}
}
Loading

0 comments on commit d5a89c3

Please sign in to comment.