[ci skip] Updated packages #62
FarmMaps/FarmMapsLib/pipeline/head Something is wrong with the build of this commit Details

master
jenkins 2024-03-20 12:00:40 +00:00
parent 564d08b5b9
commit 47fbc5eab9
2 changed files with 47 additions and 34 deletions

79
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "farmmaps-lib-app",
"version": "4.3.1",
"version": "4.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "farmmaps-lib-app",
"version": "4.3.1",
"version": "4.4.1",
"dependencies": {
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular/animations": "^16.2.12",
@ -86,61 +86,71 @@
},
"dist/common": {
"name": "@farmmaps/common",
"version": "2.0.0",
"version": "4.3.1",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
"@angular/forms": ">=14.0.0",
"@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.0.0",
"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.1.0",
"tassign": ">=1.0.0"
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@microsoft/signalr": ">3.1.3",
"@ng-bootstrap/ng-bootstrap": ">=15.0.0",
"@ngrx/effects": "^16",
"@ngrx/router-store": "^16",
"@ngrx/store": "^16",
"angular-oauth2-oidc": "^13",
"bootstrap": "^5.2.0",
"moment": "^2.29.4",
"ngx-avatars": "1.5.0",
"ngx-clipboard": ">15.1.0",
"ngx-image-cropper": ">7.2.1",
"ngx-uploadx": "^5.2.0",
"tassign": ">1.0.0"
}
},
"dist/common-map": {
"name": "@farmmaps/common-map",
"version": "2.0.0",
"version": "4.3.1",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": ">=14.0.0",
"@ngrx/effects": ">=14.0.0",
"@ngrx/router-store": ">=14.0.0",
"@ngrx/store": ">=14.0.0",
"ngrx-store-localstorage": ">=14.0.0",
"ngx-openlayers": ">=1.0.0-next.19",
"@angular/core": "^16.2.12",
"@ngrx/effects": "^16",
"@ngrx/router-store": "^16",
"@ngrx/store": "^16",
"ngrx-store-localstorage": "16.0.0",
"ngx-openlayers": "file:dist/ngx-openlayers",
"ol": ">=6.8.1",
"tassign": ">=1.0.0"
"tassign": ">1.0.0"
}
},
"dist/common-map3d": {
"name": "@farmmaps/common-map3d",
"version": "2.0.0",
"version": "4.3.1",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"cesium": ">=1.82.1",
"ngx-openlayers": "1.0.0-next.19",
"ngx-openlayers": "file:dist/ngx-openlayers",
"ol-cesium": ">=2.13.0"
}
},
"dist/ngx-openlayers": {},
"dist/ngx-openlayers": {
"version": "4.3.1",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"ol": ">=6.3.1"
}
},
"node_modules/@ampproject/remapping": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
@ -27772,7 +27782,10 @@
}
},
"ngx-openlayers": {
"version": "file:dist/ngx-openlayers"
"version": "file:dist/ngx-openlayers",
"requires": {
"tslib": "^2.3.0"
}
},
"ngx-uploadx": {
"version": "5.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "farmmaps-lib-app",
"version": "4.4.0",
"version": "4.4.1",
"scripts": {
"ng": "ng",
"start": "ng serve",