[ci skip] Updated packages #2617
Some checks reported errors
FarmMaps.Develop/FarmMapsLib/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
jenkins
2026-02-17 11:11:01 +00:00
parent 3b2ea10fdc
commit cad022e772
2 changed files with 16 additions and 16 deletions

12
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "farmmaps-lib-app", "name": "farmmaps-lib-app",
"version": "4.20.0", "version": "4.21.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "farmmaps-lib-app", "name": "farmmaps-lib-app",
"version": "4.20.0", "version": "4.21.0",
"dependencies": { "dependencies": {
"@angular-eslint/eslint-plugin": "20.7.0", "@angular-eslint/eslint-plugin": "20.7.0",
"@angular/animations": "21.1.0", "@angular/animations": "21.1.0",
@@ -83,7 +83,7 @@
}, },
"dist/common": { "dist/common": {
"name": "@farmmaps/common", "name": "@farmmaps/common",
"version": "4.20.0-prerelease.2615", "version": "4.20.0-prerelease.2616",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@@ -108,7 +108,7 @@
}, },
"dist/common-map": { "dist/common-map": {
"name": "@farmmaps/common-map", "name": "@farmmaps/common-map",
"version": "4.20.0-prerelease.2615", "version": "4.20.0-prerelease.2616",
"dependencies": { "dependencies": {
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
@@ -123,7 +123,7 @@
}, },
"dist/common-map3d": { "dist/common-map3d": {
"name": "@farmmaps/common-map3d", "name": "@farmmaps/common-map3d",
"version": "4.20.0-prerelease.2615", "version": "4.20.0-prerelease.2616",
"dependencies": { "dependencies": {
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
@@ -136,7 +136,7 @@
}, },
"dist/ng-openlayers": { "dist/ng-openlayers": {
"name": "@farmmaps/ng-openlayers", "name": "@farmmaps/ng-openlayers",
"version": "4.20.0-prerelease.2615", "version": "4.20.0-prerelease.2616",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"

View File

@@ -1,7 +1,7 @@
{ {
"name": "farmmaps-lib-app", "name": "farmmaps-lib-app",
"version": "4.20.0", "version": "4.21.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build",
@@ -10,7 +10,7 @@
"e2e": "ng e2e" "e2e": "ng e2e"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular-eslint/eslint-plugin": "20.7.0", "@angular-eslint/eslint-plugin": "20.7.0",
"@angular/animations": "21.1.0", "@angular/animations": "21.1.0",
"@angular/common": "21.1.0", "@angular/common": "21.1.0",
@@ -56,11 +56,11 @@
"util": "^0.12.4", "util": "^0.12.4",
"zone.js": "~0.15.1" "zone.js": "~0.15.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@lmdb/lmdb-linux-x64": "^3.1.0", "@lmdb/lmdb-linux-x64": "^3.1.0",
"@rollup/rollup-linux-x64-gnu": "^4.21.2" "@rollup/rollup-linux-x64-gnu": "^4.21.2"
}, },
"devDependencies": { "devDependencies": {
"@angular-builders/custom-webpack": "21.0.3", "@angular-builders/custom-webpack": "21.0.3",
"@angular-devkit/build-angular": "21.1.0", "@angular-devkit/build-angular": "21.1.0",
"@angular/build": "21.1.0", "@angular/build": "21.1.0",
@@ -83,18 +83,18 @@
"typescript": "~5.9.3", "typescript": "~5.9.3",
"vitest": "4.0.17" "vitest": "4.0.17"
}, },
"overrides": { "overrides": {
"ngrx-store-localstorage": { "ngrx-store-localstorage": {
"@angular/common": "$@angular/common", "@angular/common": "$@angular/common",
"@angular/core": "$@angular/core" "@angular/core": "$@angular/core"
}, },
"ngx-avatars": { "ngx-avatars": {
"@angular/common": "$@angular/common", "@angular/common": "$@angular/common",
"@angular/core": "$@angular/core" "@angular/core": "$@angular/core"
}, },
"ngx-uploadx": { "ngx-uploadx": {
"@angular/common": "$@angular/common", "@angular/common": "$@angular/common",
"@angular/core": "$@angular/core" "@angular/core": "$@angular/core"
} }
} }
} }