AW6241 Fix peer deps
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
5cdef30c71
commit
45263a59f4
@ -39,9 +39,9 @@
|
|||||||
"core-js": "^2.6.12",
|
"core-js": "^2.6.12",
|
||||||
"https-browserify": "^1.0.0",
|
"https-browserify": "^1.0.0",
|
||||||
"moment": "^2.29.4",
|
"moment": "^2.29.4",
|
||||||
"ngrx-store-localstorage": "18.0.0",
|
"ngrx-store-localstorage": "^18.0.0",
|
||||||
"ngx-avatars": "1.8.0",
|
"ngx-avatars": "^1.8.0",
|
||||||
"ngx-clipboard": "16.0.0",
|
"ngx-clipboard": "^16.0.0",
|
||||||
"ngx-image-cropper": "^7.0.0",
|
"ngx-image-cropper": "^7.0.0",
|
||||||
"ngx-uploadx": "^6.2.0",
|
"ngx-uploadx": "^6.2.0",
|
||||||
"ol": "^8.2.0",
|
"ol": "^8.2.0",
|
||||||
@ -57,7 +57,7 @@
|
|||||||
"zone.js": "~0.14.10"
|
"zone.js": "~0.14.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-builders/custom-webpack": "^18",
|
"@angular-builders/custom-webpack": "^18.0.0",
|
||||||
"@angular-devkit/build-angular": "^18.2.3",
|
"@angular-devkit/build-angular": "^18.2.3",
|
||||||
"@angular/cli": "^18.2.3",
|
"@angular/cli": "^18.2.3",
|
||||||
"@angular/compiler-cli": "^18.2.3",
|
"@angular/compiler-cli": "^18.2.3",
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
"@ngrx/effects": "^18.0.2",
|
"@ngrx/effects": "^18.0.2",
|
||||||
"@ngrx/router-store": "^18.0.2",
|
"@ngrx/router-store": "^18.0.2",
|
||||||
"@ngrx/store": "^18.0.2",
|
"@ngrx/store": "^18.0.2",
|
||||||
"tassign": "^1.0.0",
|
"tassign": "^1.0.0"
|
||||||
"ng-openlayers": "file:dist/ng-openlayers"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,7 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^18.2.3",
|
"@angular/common": "^18.2.3",
|
||||||
"@angular/core": "^18.2.3",
|
"@angular/core": "^18.2.3",
|
||||||
"ng-openlayers": "file:dist/ng-openlayers",
|
"cesium": "^1.97.0",
|
||||||
"cesium": ">=1.82.1",
|
|
||||||
"ol-cesium": ">=2.13.0"
|
"ol-cesium": ">=2.13.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -18,8 +18,8 @@
|
|||||||
"ngx-uploadx": "^6.2.0",
|
"ngx-uploadx": "^6.2.0",
|
||||||
"angular-oauth2-oidc": "^17.0.2",
|
"angular-oauth2-oidc": "^17.0.2",
|
||||||
"moment": "^2.29.4",
|
"moment": "^2.29.4",
|
||||||
"ngx-avatars": "1.8.0",
|
"ngx-avatars": "^1.8.0",
|
||||||
"ngx-image-cropper": "^7.0.0",
|
"ngx-image-cropper": "^7.0.0",
|
||||||
"ngx-clipboard": "16.0.0"
|
"ngx-clipboard": "^16.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user