Aw5739 Update to Angular v16.

develop
Peter Bastiani 2024-01-09 09:24:52 +01:00
parent f6bed668f6
commit 8fa84c6ea8
10 changed files with 8201 additions and 6339 deletions

14438
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@
"@farmmaps/common-map3d": "file:dist/common-map3d", "@farmmaps/common-map3d": "file:dist/common-map3d",
"ngx-openlayers": "file:dist/ngx-openlayers", "ngx-openlayers": "file:dist/ngx-openlayers",
"@microsoft/signalr": "^3.1.16", "@microsoft/signalr": "^3.1.16",
"@ng-bootstrap/ng-bootstrap": "^14.0.0", "@ng-bootstrap/ng-bootstrap": "^15.0.0",
"@ngrx/effects": "^16", "@ngrx/effects": "^16",
"@ngrx/router-store": "^16", "@ngrx/router-store": "^16",
"@ngrx/store": "^16", "@ngrx/store": "^16",

View File

@ -11,14 +11,14 @@
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/core": ">=15.0.0", "@angular/core": "^16.2.12",
"@ngrx/effects": ">=15.0.0", "@ngrx/effects": "^16",
"@ngrx/router-store": ">=15.0.0", "@ngrx/router-store": "^16",
"@ngrx/store": ">=15.0.0", "@ngrx/store": "^16",
"ngrx-store-localstorage": ">=15.0.0", "ngrx-store-localstorage": "^16",
"ngx-openlayers": "file:dist/ngx-openlayers", "ngx-openlayers": "file:dist/ngx-openlayers",
"ol": ">=6.8.1", "ol": ">=6.8.1",
"tassign": ">=1.0.0" "tassign": ">1.0.0"
} }
}, },
"node_modules/tslib": { "node_modules/tslib": {

View File

@ -8,12 +8,12 @@
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/core": ">=15.0.0", "@angular/core": "^16.2.12",
"ngrx-store-localstorage": ">=15.0.0", "ngrx-store-localstorage": "^16",
"@ngrx/effects": ">=15.0.0", "@ngrx/effects": "^16",
"@ngrx/router-store":">=15.0.0", "@ngrx/router-store": "^16",
"@ngrx/store":">=15.0.0", "@ngrx/store": "^16",
"tassign": ">=1.0.0", "tassign": ">1.0.0",
"ngx-openlayers": "file:dist/ngx-openlayers", "ngx-openlayers": "file:dist/ngx-openlayers",
"ol": ">=6.8.1" "ol": ">=6.8.1"
} }

View File

@ -11,8 +11,8 @@
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=14.0.0", "@angular/common": "^16.2.12",
"@angular/core": ">=14.0.0", "@angular/core": "^16.2.12",
"cesium": ">=1.82.1", "cesium": ">=1.82.1",
"ngx-openlayers": "file:dist/ngx-openlayers", "ngx-openlayers": "file:dist/ngx-openlayers",
"ol-cesium": ">=2.13.0" "ol-cesium": ">=2.13.0"

View File

@ -5,8 +5,8 @@
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/" "registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=14.0.0", "@angular/common": "^16.2.12",
"@angular/core": ">=14.0.0", "@angular/core": "^16.2.12",
"ngx-openlayers": "file:dist/ngx-openlayers", "ngx-openlayers": "file:dist/ngx-openlayers",
"cesium": ">=1.82.1", "cesium": ">=1.82.1",
"ol-cesium": ">=2.13.0" "ol-cesium": ">=2.13.0"

View File

@ -8,22 +8,22 @@
"name": "@farmmaps/common", "name": "@farmmaps/common",
"version": "2.0.0", "version": "2.0.0",
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=15.0.0", "@angular/common": "^16.2.12",
"@angular/core": ">=15.0.0", "@angular/core": "^16.2.12",
"@angular/forms": ">=15.0.0", "@angular/forms": "^16.2.12",
"@microsoft/signalr": ">=3.1.3", "@microsoft/signalr": ">3.1.3",
"@ng-bootstrap/ng-bootstrap": ">=15.0.0", "@ng-bootstrap/ng-bootstrap": ">=15.0.0",
"@ngrx/effects": ">=15.0.0", "@ngrx/effects": "^16",
"@ngrx/router-store": ">=15.0.0", "@ngrx/router-store": "^16",
"@ngrx/store": ">=15.0.0", "@ngrx/store": "^16",
"angular-oauth2-oidc": ">=13.0.0", "angular-oauth2-oidc": "^13",
"bootstrap": ">=4.4.1", "bootstrap": "^5.2.0",
"moment": ">=2.27.0", "moment": "^2.29.4",
"ngx-avatars": "1.5.0", "ngx-avatars": "1.5.0",
"ngx-clipboard": ">=15.1.0", "ngx-clipboard": ">15.1.0",
"ngx-image-cropper": ">=7.2.1", "ngx-image-cropper": ">7.2.1",
"ngx-uploadx": ">=5.1.0", "ngx-uploadx": "^5.2.0",
"tassign": ">=1.0.0" "tassign": ">1.0.0"
} }
} }
} }

View File

@ -6,20 +6,20 @@
}, },
"peerDependencies": { "peerDependencies": {
"@ng-bootstrap/ng-bootstrap": ">=15.0.0", "@ng-bootstrap/ng-bootstrap": ">=15.0.0",
"@angular/common": ">=15.0.0", "@angular/common": "^16.2.12",
"@angular/core": ">=15.0.0", "@angular/core": "^16.2.12",
"@angular/forms": ">=15.0.0", "@angular/forms": "^16.2.12",
"@ngrx/effects": ">=15.0.0", "@ngrx/effects": "^16",
"@ngrx/router-store": ">=15.0.0", "@ngrx/router-store": "^16",
"@ngrx/store": ">=15.0.0", "@ngrx/store": "^16",
"tassign": ">=1.0.0", "tassign": ">1.0.0",
"bootstrap": ">=4.4.1", "bootstrap": "^5.2.0",
"@microsoft/signalr": ">=3.1.3", "@microsoft/signalr": ">3.1.3",
"ngx-uploadx": ">=5.1.0", "ngx-uploadx": "^5.2.0",
"angular-oauth2-oidc": ">=13.0.0", "angular-oauth2-oidc": "^13",
"moment": ">=2.27.0", "moment": "^2.29.4",
"ngx-avatars": "1.5.0", "ngx-avatars": "1.5.0",
"ngx-image-cropper": ">=7.2.1", "ngx-image-cropper": ">7.2.1",
"ngx-clipboard": ">=15.1.0" "ngx-clipboard": ">15.1.0"
} }
} }

View File

@ -8,9 +8,9 @@
"name": "ngx-openlayers", "name": "ngx-openlayers",
"version": "2.0.0", "version": "2.0.0",
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=14.x.x", "@angular/common": "^16.2.12",
"@angular/core": ">=14.x.x", "@angular/core": "^16.2.12",
"ol": "^6.0.0" "ol": ">=6.3.1"
} }
} }
} }

View File

@ -5,8 +5,8 @@
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/" "registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=14.x.x", "@angular/common": "^16.2.12",
"@angular/core": ">=14.x.x", "@angular/core": "^16.2.12",
"ol": "^6.0.0" "ol": ">=6.3.1"
} }
} }