Aw5739 Update to Angular v16.

This commit is contained in:
2024-01-09 09:24:52 +01:00
parent f6bed668f6
commit 8fa84c6ea8
10 changed files with 8201 additions and 6339 deletions

View File

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

View File

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