Skip to content

Commit

Permalink
Add angularJS dependencies (#6145)
Browse files Browse the repository at this point in the history
* Add angularJS dependencies and fix unit tests

* Add changelog
  • Loading branch information
asteriscos authored Nov 30, 2023
1 parent 6db2e52 commit f5dbad2
Show file tree
Hide file tree
Showing 56 changed files with 4,312 additions and 98 deletions.
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

0 comments on commit f5dbad2

Please sign in to comment.