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

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

View File

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

View File

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

View File

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

View File

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