Aw-5739 Use ngrx-store-localstorage angular 16 compatible version
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2024-01-12 13:05:37 +01:00
parent 820543913f
commit 2fb5967c26
4 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@
"@ngrx/effects": "^16",
"@ngrx/router-store": "^16",
"@ngrx/store": "^16",
"ngrx-store-localstorage": "^16",
"ngrx-store-localstorage": "16.0.0",
"ngx-openlayers": "file:dist/ngx-openlayers",
"ol": ">=6.8.1",
"tassign": ">1.0.0"

View File

@@ -9,7 +9,7 @@
},
"peerDependencies": {
"@angular/core": "^16.2.12",
"ngrx-store-localstorage": "^16",
"ngrx-store-localstorage": "16.0.0",
"@ngrx/effects": "^16",
"@ngrx/router-store": "^16",
"@ngrx/store": "^16",