Skip to content

Commit

Permalink
Remove overrides
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 3, 2023
1 parent acb4da8 commit f07ef99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "securityDashboards",
"version": "2.9.0.0",
"opensearchDashboardsVersion": "2.9.0",
"version": "2.10.0.0",
"opensearchDashboardsVersion": "2.10.0",
"configPath": [
"opensearch_security"
],
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "opensearch-security-dashboards",
"version": "2.9.0.0",
"version": "2.10.0.0",
"main": "target/plugins/opensearch_security_dashboards",
"opensearchDashboards": {
"version": "2.9.0",
"templateVersion": "2.9.0"
"version": "2.10.0",
"templateVersion": "2.10.0"
},
"license": "Apache-2.0",
"homepage": "https://github.com/opensearch-project/security-dashboards-plugin",
Expand Down Expand Up @@ -38,8 +38,5 @@
},
"resolutions": {
"selenium-webdriver": "4.10.0"
},
"overrides": {
"selenium-webdriver": "4.10.0"
}
}

0 comments on commit f07ef99

Please sign in to comment.