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 13:35:27 +01:00
parent c46dac7572
commit f66d199e75
2 changed files with 23 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
"name": "@farmmaps/common-map",
"version": "2.0.0",
"dependencies": {
"@farmmaps/ng-openlayers": "file:../../dist/ng-openlayers",
"tslib": "^2.0.0"
},
"peerDependencies": {
@@ -20,6 +21,9 @@
"tassign": "^1.0.0"
}
},
"../../../dist/ng-openlayers": {
"extraneous": true
},
"../../dist/libs/ng-openlayers": {
"version": "18.0.0",
"extraneous": true,
@@ -33,6 +37,19 @@
"ol": "^8.2.0"
}
},
"../../dist/ng-openlayers": {
"name": "@farmmaps/ng-openlayers",
"version": "21.0.0",
"license": "MPL-2.0",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "21.1.0",
"@angular/core": "21.1.0",
"ol": "^8.2.0"
}
},
"dist/ng-openlayers": {
"extraneous": true
},
@@ -121,6 +138,10 @@
"rxjs": "^6.5.3 || ^7.4.0"
}
},
"node_modules/@farmmaps/ng-openlayers": {
"resolved": "../../dist/ng-openlayers",
"link": true
},
"node_modules/@ngrx/effects": {
"version": "21.0.1",
"resolved": "https://registry.npmjs.org/@ngrx/effects/-/effects-21.0.1.tgz",

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:../../dist/ng-openlayers"
},
"peerDependencies": {
"@angular/core": "21.1.0",