From c33d8fc201b16cdab6e15d5032342b8c9bba0eae Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Mon, 19 Jan 2026 14:36:49 +0100 Subject: [PATCH] AW-6526 update angular 21 --- projects/common-map/package-lock.json | 23 +++++++++++++++------- projects/common-map/package.json | 3 ++- projects/common-map/tsconfig.lib.json | 3 --- projects/common-map/tsconfig.lib.prod.json | 3 --- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/projects/common-map/package-lock.json b/projects/common-map/package-lock.json index c84f9f9..e949609 100644 --- a/projects/common-map/package-lock.json +++ b/projects/common-map/package-lock.json @@ -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": { diff --git a/projects/common-map/package.json b/projects/common-map/package.json index 4701f62..d99f969 100644 --- a/projects/common-map/package.json +++ b/projects/common-map/package.json @@ -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", diff --git a/projects/common-map/tsconfig.lib.json b/projects/common-map/tsconfig.lib.json index e482bdd..c414d5b 100644 --- a/projects/common-map/tsconfig.lib.json +++ b/projects/common-map/tsconfig.lib.json @@ -15,9 +15,6 @@ "paths": { "@angular/*": [ "node_modules/@angular/*" - ], - "@farmmaps/ng-openlayers":[ - "../../ng-openlayers" ] } }, diff --git a/projects/common-map/tsconfig.lib.prod.json b/projects/common-map/tsconfig.lib.prod.json index e482bdd..c414d5b 100644 --- a/projects/common-map/tsconfig.lib.prod.json +++ b/projects/common-map/tsconfig.lib.prod.json @@ -15,9 +15,6 @@ "paths": { "@angular/*": [ "node_modules/@angular/*" - ], - "@farmmaps/ng-openlayers":[ - "../../ng-openlayers" ] } },