Skip to content

Commit

Permalink
Add angularJS dependencies and fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Nov 23, 2023
1 parent 2f0cc49 commit ea55d22
Show file tree
Hide file tree
Showing 55 changed files with 4,312 additions and 99 deletions.
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
10 changes: 8 additions & 2 deletions 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 @@ -38,14 +38,16 @@
"test:ui:runner": "node ../../scripts/functional_test_runner.js",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"test:jest": "node scripts/jest",
"test:jest": "node scripts/jest --runInBand",
"test:jest:runner": "node scripts/runner test",
"generate:api-data": "node scripts/generate-api-data.js --spec https://raw.githubusercontent.com/wazuh/wazuh/$(node -e \"console.log(require('./package.json').version)\")/api/api/spec/spec.yaml --output file --output-directory common/api-info --display-configuration",
"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 ea55d22

Please sign in to comment.