AW-6526 update angular 21
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-19 14:36:49 +01:00
parent a0f9f0b03d
commit c33d8fc201
4 changed files with 18 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
"name": "@farmmaps/common-map",
"version": "2.0.0",
"dependencies": {
"@farmmaps/ng-openlayers": "file:../../dist/ng-openlayers",
"@farmmaps/ng-openlayers": "file:../ng-openlayers",
"tslib": "^2.0.0"
},
"peerDependencies": {
@@ -39,15 +39,24 @@
},
"../../dist/ng-openlayers": {
"name": "@farmmaps/ng-openlayers",
"version": "21.0.0",
"license": "MPL-2.0",
"version": "20.0.1",
"extraneous": true,
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "21.1.0",
"@angular/core": "21.1.0",
"ol": "^8.2.0"
"@angular/common": ">=19.0.0 <=20.x.x",
"@angular/core": ">=19.0.0 <=20.x.x",
"ol": "~10.7.0"
}
},
"../ng-openlayers": {
"name": "@farmmaps/ng-openlayers",
"version": "20.0.1",
"peerDependencies": {
"@angular/common": ">=19.0.0 <=20.x.x",
"@angular/core": ">=19.0.0 <=20.x.x",
"ol": "~10.7.0"
}
},
"dist/ng-openlayers": {
@@ -139,7 +148,7 @@
}
},
"node_modules/@farmmaps/ng-openlayers": {
"resolved": "../../dist/ng-openlayers",
"resolved": "../ng-openlayers",
"link": true
},
"node_modules/@ngrx/effects": {

View File

@@ -5,7 +5,8 @@
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.0.0",
"@farmmaps/ng-openlayers": "file:../ng-openlayers"
},
"peerDependencies": {
"@angular/core": "21.1.0",

View File

@@ -15,9 +15,6 @@
"paths": {
"@angular/*": [
"node_modules/@angular/*"
],
"@farmmaps/ng-openlayers":[
"../../ng-openlayers"
]
}
},

View File

@@ -15,9 +15,6 @@
"paths": {
"@angular/*": [
"node_modules/@angular/*"
],
"@farmmaps/ng-openlayers":[
"../../ng-openlayers"
]
}
},