AW-6046 Angular 17

This commit is contained in:
2024-04-10 08:18:25 +02:00
parent 97d6d569a0
commit 8594a94d62
3 changed files with 13 additions and 13 deletions

View File

@@ -10,9 +10,9 @@
"peerDependencies": {
"@angular/core": "^16.2.12",
"ngrx-store-localstorage": "16.0.0",
"@ngrx/effects": "^16",
"@ngrx/router-store": "^16",
"@ngrx/store": "^16",
"@ngrx/effects": "^17",
"@ngrx/router-store": "^17",
"@ngrx/store": "^17",
"tassign": ">1.0.0",
"ng-openlayers": "file:dist/ng-openlayers",
"ol": "^8.2.0"

View File

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