core js geupdated
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2026-02-17 16:50:37 +01:00
parent cad022e772
commit bab870cc43
3 changed files with 33 additions and 27 deletions

View File

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