Aw5739 Prepare migration to v16 Update ngrx

develop
Peter Bastiani 2024-01-08 14:38:06 +01:00
parent ed6f8f4231
commit a996caa73b
3 changed files with 13 additions and 13 deletions

View File

@ -28,7 +28,7 @@
"@ng-bootstrap/ng-bootstrap": "^14.0.0", "@ng-bootstrap/ng-bootstrap": "^14.0.0",
"@ngrx/effects": "^16", "@ngrx/effects": "^16",
"@ngrx/router-store": "^16", "@ngrx/router-store": "^16",
"@ngrx/store": "^16", "@ngrx/store": "^1",
"@popperjs/core": "^2.11.6", "@popperjs/core": "^2.11.6",
"angular-oauth2-oidc": "^13", "angular-oauth2-oidc": "^13",
"assert": "^2.0.0", "assert": "^2.0.0",

View File

@ -8,11 +8,11 @@
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/core": ">=14.0.0", "@angular/core": ">=15.0.0",
"ngrx-store-localstorage": ">=14.0.0", "ngrx-store-localstorage": ">=15.0.0",
"@ngrx/effects": ">=14.0.0", "@ngrx/effects": ">=15.0.0",
"@ngrx/router-store":">=14.0.0", "@ngrx/router-store":">=15.0.0",
"@ngrx/store":">=14.0.0", "@ngrx/store":">=15.0.0",
"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

@ -5,13 +5,13 @@
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/" "registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
}, },
"peerDependencies": { "peerDependencies": {
"@ng-bootstrap/ng-bootstrap": ">=14.0.0", "@ng-bootstrap/ng-bootstrap": ">=15.0.0",
"@angular/common": ">=14.0.0", "@angular/common": ">=15.0.0",
"@angular/core": ">=14.0.0", "@angular/core": ">=15.0.0",
"@angular/forms": ">=14.0.0", "@angular/forms": ">=15.0.0",
"@ngrx/effects": ">=14.0.0", "@ngrx/effects": ">=15.0.0",
"@ngrx/router-store": ">=14.0.0", "@ngrx/router-store": ">=15.0.0",
"@ngrx/store": ">=14.0.0", "@ngrx/store": ">=15.0.0",
"tassign": ">=1.0.0", "tassign": ">=1.0.0",
"bootstrap": ">=4.4.1", "bootstrap": ">=4.4.1",
"@microsoft/signalr": ">=3.1.3", "@microsoft/signalr": ">=3.1.3",