Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add angularJS dependencies #6145

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added

- Support for Wazuh 4.9.0
- Added AngularJS dependencies [#6145](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6145)

## Wazuh v4.8.1 - OpenSearch Dashboards 2.10.0 - Revision 00

Expand Down
2 changes: 2 additions & 0 deletions docker/osd-dev/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ os_versions=(
'2.8.0'
'2.9.0'
'2.10.0'
'2.11.0'
)

osd_versions=(
Expand All @@ -26,6 +27,7 @@ osd_versions=(
'2.8.0'
'2.9.0'
'2.10.0'
'2.11.0'
'4.6.0'
'4.7.0'
)
Expand Down
8 changes: 7 additions & 1 deletion plugins/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.9.0",
"revision": "00",
"pluginPlatform": {
"version": "2.10.0"
"version": "2.11.0"
},
"description": "Wazuh dashboard",
"keywords": [
Expand Down Expand Up @@ -44,8 +44,10 @@
"prebuild": "node scripts/generate-build-version"
},
"dependencies": {
"angular": "^1.8.2",
"angular-animate": "1.8.3",
"angular-material": "1.2.5",
"angular-sanitize": "^1.8.0",
"axios": "^1.6.1",
"install": "^0.13.0",
"js2xmlparser": "^5.0.0",
Expand All @@ -69,6 +71,10 @@
"@types/node-cron": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"angular-aria": "^1.8.0",
"angular-route": "^1.8.0",
"angular-mocks": "^1.8.2",
"ngreact": "^0.5.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "3.5.5",
Expand Down
Loading
Loading