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",
|
||||
"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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
"paths": {
|
||||
"@angular/*": [
|
||||
"node_modules/@angular/*"
|
||||
],
|
||||
"@farmmaps/ng-openlayers":[
|
||||
"../../ng-openlayers"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
"paths": {
|
||||
"@angular/*": [
|
||||
"node_modules/@angular/*"
|
||||
],
|
||||
"@farmmaps/ng-openlayers":[
|
||||
"../../ng-openlayers"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user