Upgrade to latest node and npm packages (#590)

This commit is contained in:
Erik Olof Gunnar Andersson 2024-12-21 22:56:29 +01:00 committed by GitHub
parent e67aa1d8b7
commit 47a0332dcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2881 additions and 2648 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.12.0'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.12.0'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.12.0'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.12.0'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.12.0'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |

File diff suppressed because it is too large Load Diff

View File

@ -11,39 +11,39 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.2.2",
"@angular/common": "17.2.2",
"@angular/compiler": "17.2.2",
"@angular/core": "17.2.2",
"@angular/forms": "17.2.2",
"@angular/platform-browser": "17.2.2",
"@angular/platform-browser-dynamic": "17.2.2",
"@angular/router": "17.2.2",
"chart.js": "^4.4.1",
"@angular/animations": "17.3.12",
"@angular/common": "17.3.12",
"@angular/compiler": "17.3.12",
"@angular/core": "17.3.12",
"@angular/forms": "17.3.12",
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"chart.js": "^4.4.7",
"chartjs-adapter-moment": "^1.0.1",
"moment": "^2.30.1",
"ngx-toastr": "^17.0.2",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primeng": "^17.8.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"xterm": "^5.2.1",
"zone.js": "~0.14.4"
"primeicons": "^7.0.0",
"primeng": "^17.18.15",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"xterm": "^5.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "17.2.1",
"@angular/compiler-cli": "17.2.2",
"@types/jasmine": "~4.3.0",
"gzipper": "^7.2.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"@types/jasmine": "~5.1.5",
"gzipper": "^8.2.0",
"jasmine-core": "~5.5.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.3.3",
"webpack-bundle-analyzer": "^4.9.0"
"typescript": "~5.4.5",
"webpack-bundle-analyzer": "^4.10.2"
}
}