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:56:07 +01:00
parent f9463f64c3
commit 2e2b37e493
2 changed files with 4 additions and 2 deletions

View File

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

View File

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