Angular v19

This commit is contained in:
2026-01-20 16:22:33 +01:00
parent 35ab2f7c90
commit 05bc18c291
4 changed files with 336 additions and 3257 deletions

View File

@@ -25,10 +25,10 @@
"@farmmaps/common-map3d": "file:dist/common-map3d",
"@farmmaps/ng-openlayers": "file:dist/ng-openlayers",
"@microsoft/signalr": "^3.1.16",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ngrx/effects": "^18.0.2",
"@ngrx/router-store": "^18.0.2",
"@ngrx/store": "^18.0.2",
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
"@ngrx/effects": "19.2.1",
"@ngrx/router-store": "19.2.1",
"@ngrx/store": "19.2.1",
"@popperjs/core": "^2.11.8",
"angular-oauth2-oidc": "^17.0.2",
"assert": "^2.0.0",
@@ -39,11 +39,11 @@
"core-js": "^2.6.12",
"https-browserify": "^1.0.0",
"moment": "^2.29.4",
"ngrx-store-localstorage": "^18.0.0",
"ngx-avatars": "^1.8.0",
"ngrx-store-localstorage": "19.0.2",
"ngx-avatars": "1.9.3",
"ngx-clipboard": "^16.0.0",
"ngx-image-cropper": "^7.0.0",
"ngx-uploadx": "^6.2.0",
"ngx-uploadx": "7.0.1",
"ol": "^8.2.0",
"olcs": "^2.13.1",
"resumablejs": "^1.1.0",
@@ -61,7 +61,7 @@
"@rollup/rollup-linux-x64-gnu": "^4.21.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
"@angular-builders/custom-webpack": "19.0.1",
"@angular-devkit/build-angular": "19.2.19",
"@angular/cli": "19.2.19",
"@angular/compiler-cli": "19.2.18",
@@ -89,5 +89,11 @@
"protractor": "~7.0.0",
"ts-node": "^8.8.1",
"typescript": "~5.8.3"
},
"overrides": {
"some-library": {
"@angular/common": "$@angular/common",
"@angular/core": "$@angular/core"
}
}
}