Update libs
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit

This commit is contained in:
Willem Dantuma 2022-08-31 09:26:26 +02:00
parent a558b23a98
commit 1656b465ee
6 changed files with 16170 additions and 1145 deletions

17234
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
"@farmmaps/common-map": "file:dist/common-map",
"@farmmaps/common-map3d": "file:dist/common-map3d",
"@microsoft/signalr": "^3.1.16",
"@ng-bootstrap/ng-bootstrap": "^9.1.3",
"@ng-bootstrap/ng-bootstrap": "^13.0.0",
"@ngrx/effects": "^14",
"@ngrx/router-store": "^14",
"@ngrx/store": "^14",
@ -37,7 +37,7 @@
"ngx-clipboard": "^14.0.1",
"ngx-image-cropper": "^3.3.5",
"ngx-openlayers": "1.0.0-next.19",
"ngx-uploadx": "^3.5.1",
"ngx-uploadx": "^5.2.0",
"ol": "6.8.1",
"ol-cesium": "^2.13.0",
"resumablejs": "^1.1.0",

View File

@ -8,13 +8,13 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": "~14",
"ngrx-store-localstorage": "^14",
"@ngrx/effects": "^14",
"@ngrx/router-store":"^14",
"@ngrx/store":"^14",
"@angular/core": "~14.0.0",
"ngrx-store-localstorage": "^14.0.0",
"@ngrx/effects": "^14.0.0",
"@ngrx/router-store":"^14.0.0",
"@ngrx/store":"^14.0.0",
"tassign": "^1.0.0",
"@farmmaps/common": "^3",
"@farmmaps/common": ">=^2.0.0",
"ngx-openlayers": "1.0.0-next.19",
"ol": "6.8.1"
}

View File

@ -5,8 +5,8 @@
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
"peerDependencies": {
"@angular/common": "~14",
"@angular/core": "~14",
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"ngx-openlayers": "1.0.0-next.19",
"cesium": "^1.82.1",
"ol-cesium": "^2.13.0"

View File

@ -1,27 +1,30 @@
{
"name": "@farmmaps/common",
"version": "0.0.1",
"lockfileVersion": 1,
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"dependencies": {
"is-retina": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/is-retina/-/is-retina-1.0.3.tgz",
"integrity": "sha1-10AbKGvqKuN/Ykd1iN5QTQuGR+M="
},
"ngx-avatar": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/ngx-avatar/-/ngx-avatar-4.0.0.tgz",
"integrity": "sha512-Uk40UXl26RvDy1ori9NDsGFB+f84AaxMnsIwZA6JPJK0pLcbo3F4vZTmzLZeOusOw1Qtgk5IzF630jo06keXwQ==",
"requires": {
"is-retina": "^1.0.3",
"ts-md5": "^1.2.4"
"packages": {
"": {
"name": "@farmmaps/common",
"version": "2.0.0",
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14",
"@microsoft/signalr": "^3.1.3",
"@ng-bootstrap/ng-bootstrap": ">=10.0.0",
"@ngrx/effects": "^14.0.0",
"@ngrx/router-store": "^14.0.0",
"@ngrx/store": "^14.0.0",
"angular-oauth2-oidc": "^13",
"bootstrap": "^4.4.1",
"moment": "^2.27.0",
"ngx-avatar": "^4.1.0",
"ngx-clipboard": "^14.0.1",
"ngx-image-cropper": "^3.3.5",
"ngx-uploadx": "^5.2.0",
"tassign": "^1.0.0"
}
},
"ts-md5": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/ts-md5/-/ts-md5-1.2.7.tgz",
"integrity": "sha512-emODogvKGWi1KO1l9c6YxLMBn6CEH3VrH5mVPIyOtxBG52BvV4jP3GWz6bOZCz61nLgBc3ffQYE4+EHfCD+V7w=="
}
}
}

View File

@ -5,20 +5,20 @@
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
"peerDependencies": {
"@ng-bootstrap/ng-bootstrap": ">=10",
"@angular/common": "~14",
"@angular/core": "~14",
"@angular/forms": "~14",
"@ngrx/effects": "^14",
"@ngrx/router-store": "^14",
"@ngrx/store": "^14",
"@ng-bootstrap/ng-bootstrap": ">=10.0.0",
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14",
"@ngrx/effects": "^14.0.0",
"@ngrx/router-store": "^14.0.0",
"@ngrx/store": "^14.0.0",
"tassign": "^1.0.0",
"bootstrap": "^4.4.1",
"@microsoft/signalr": "^3.1.3",
"ngx-uploadx": "^3.3.4",
"ngx-uploadx": "^5.2.0",
"angular-oauth2-oidc": "^13",
"moment": "^2.27.0",
"ngx-avatar": "^4.0.0",
"ngx-avatar": "^4.1.0",
"ngx-image-cropper": "^3.3.5",
"ngx-clipboard": "^14.0.1"
}