chore: update Angular dependencies to version 18.2.3

This commit is contained in:
Jan Gleytenhoover 2024-09-10 08:11:24 +02:00
parent cecb4c94b7
commit 698375b1bf
Signed by: jank
GPG Key ID: B267751B8AE29EFE
2 changed files with 1791 additions and 1133 deletions

2902
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -10,22 +10,22 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^18.1.0", "@angular/animations": "^18.2.3",
"@angular/common": "^18.1.0", "@angular/common": "^18.2.3",
"@angular/compiler": "^18.1.0", "@angular/compiler": "^18.2.3",
"@angular/core": "^18.1.0", "@angular/core": "^18.2.3",
"@angular/forms": "^18.1.0", "@angular/forms": "^18.2.3",
"@angular/platform-browser": "^18.1.0", "@angular/platform-browser": "^18.2.3",
"@angular/platform-browser-dynamic": "^18.1.0", "@angular/platform-browser-dynamic": "^18.2.3",
"@angular/router": "^18.1.0", "@angular/router": "^18.2.3",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"zone.js": "~0.14.3" "zone.js": "~0.14.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^18.1.4", "@angular-devkit/build-angular": "^18.2.3",
"@angular/cli": "^18.1.4", "@angular/cli": "^18.2.3",
"@angular/compiler-cli": "^18.1.0", "@angular/compiler-cli": "^18.2.3",
"@types/jasmine": "~5.1.0", "@types/jasmine": "~5.1.0",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"jasmine-core": "~5.1.0", "jasmine-core": "~5.1.0",