Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao committed Jul 2, 2024
1 parent f255384 commit 71d4357
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 19 deletions.
6 changes: 2 additions & 4 deletions plugins/main/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"id": "wazuh",
"version": "4.8.1-01",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": [
"wazuh"
],
"configPath": ["wazuh"],
"requiredPlugins": [
"navigation",
"data",
Expand All @@ -30,4 +28,4 @@
],
"server": true,
"ui": true
}
}
2 changes: 1 addition & 1 deletion plugins/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
"redux-mock-store": "^1.5.4",
"swagger-client": "^3.19.11"
}
}
}
6 changes: 2 additions & 4 deletions plugins/wazuh-check-updates/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@
"opensearchDashboardsReact",
"wazuhCore"
],
"optionalPlugins": [
"securityDashboards"
]
}
"optionalPlugins": ["securityDashboards"]
}
2 changes: 1 addition & 1 deletion plugins/wazuh-check-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"@types/md5": "^2.3.2",
"@types/node-cron": "^3.0.8"
}
}
}
11 changes: 3 additions & 8 deletions plugins/wazuh-core/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
"requiredPlugins": [
"navigation",
"opensearchDashboardsUtils"
],
"optionalPlugins": [
"securityDashboards"
]
}
"requiredPlugins": ["navigation", "opensearchDashboardsUtils"],
"optionalPlugins": ["securityDashboards"]
}
2 changes: 1 addition & 1 deletion plugins/wazuh-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"@types/": "testing-library/user-event",
"@types/md5": "^2.3.2"
}
}
}

0 comments on commit 71d4357

Please sign in to comment.