diff --git a/packages/intranet-header-workspace/projects/intranet-header/package.json b/packages/intranet-header-workspace/projects/intranet-header/package.json index 01390ee355..4ea01009ac 100644 --- a/packages/intranet-header-workspace/projects/intranet-header/package.json +++ b/packages/intranet-header-workspace/projects/intranet-header/package.json @@ -18,10 +18,14 @@ "linkDirectory": true }, "scripts": { - "build": "cd .. && ng build intranet-header" + "build": "ng build intranet-header" }, "dependencies": { "@swisspost/design-system-styles": "workspace:7.0.0", "tslib": "2.6.2" + }, + "peerDependencies": { + "@angular/common": "^16.0.0 || ^17.0.0", + "@angular/core": "^16.0.0 || ^17.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c33174475..6a16184445 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -901,6 +901,12 @@ importers: packages/intranet-header-workspace/projects/intranet-header: dependencies: + '@angular/common': + specifier: ^16.0.0 || ^17.0.0 + version: 17.3.3(@angular/core@17.3.3(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1) + '@angular/core': + specifier: ^16.0.0 || ^17.0.0 + version: 17.3.3(rxjs@7.8.1)(zone.js@0.14.4) '@swisspost/design-system-styles': specifier: workspace:7.0.0 version: link:../../../styles/dist