AW-6526 update angular 21
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
23
projects/common-map/package-lock.json
generated
23
projects/common-map/package-lock.json
generated
@@ -8,7 +8,7 @@
|
|||||||
"name": "@farmmaps/common-map",
|
"name": "@farmmaps/common-map",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@farmmaps/ng-openlayers": "file:../../dist/ng-openlayers",
|
"@farmmaps/ng-openlayers": "file:../ng-openlayers",
|
||||||
"tslib": "^2.0.0"
|
"tslib": "^2.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@@ -39,15 +39,24 @@
|
|||||||
},
|
},
|
||||||
"../../dist/ng-openlayers": {
|
"../../dist/ng-openlayers": {
|
||||||
"name": "@farmmaps/ng-openlayers",
|
"name": "@farmmaps/ng-openlayers",
|
||||||
"version": "21.0.0",
|
"version": "20.0.1",
|
||||||
"license": "MPL-2.0",
|
"extraneous": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "21.1.0",
|
"@angular/common": ">=19.0.0 <=20.x.x",
|
||||||
"@angular/core": "21.1.0",
|
"@angular/core": ">=19.0.0 <=20.x.x",
|
||||||
"ol": "^8.2.0"
|
"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": {
|
"dist/ng-openlayers": {
|
||||||
@@ -139,7 +148,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@farmmaps/ng-openlayers": {
|
"node_modules/@farmmaps/ng-openlayers": {
|
||||||
"resolved": "../../dist/ng-openlayers",
|
"resolved": "../ng-openlayers",
|
||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
"node_modules/@ngrx/effects": {
|
"node_modules/@ngrx/effects": {
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
|
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.0.0"
|
"tslib": "^2.0.0",
|
||||||
|
"@farmmaps/ng-openlayers": "file:../ng-openlayers"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/core": "21.1.0",
|
"@angular/core": "21.1.0",
|
||||||
|
|||||||
@@ -15,9 +15,6 @@
|
|||||||
"paths": {
|
"paths": {
|
||||||
"@angular/*": [
|
"@angular/*": [
|
||||||
"node_modules/@angular/*"
|
"node_modules/@angular/*"
|
||||||
],
|
|
||||||
"@farmmaps/ng-openlayers":[
|
|
||||||
"../../ng-openlayers"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -15,9 +15,6 @@
|
|||||||
"paths": {
|
"paths": {
|
||||||
"@angular/*": [
|
"@angular/*": [
|
||||||
"node_modules/@angular/*"
|
"node_modules/@angular/*"
|
||||||
],
|
|
||||||
"@farmmaps/ng-openlayers":[
|
|
||||||
"../../ng-openlayers"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user