Aw5739 Prepare migration to v16 Update ngrx
This commit is contained in:
parent
ed6f8f4231
commit
a996caa73b
@ -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",
|
||||||
|
@ -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"
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user