Skip to content

Commit

Permalink
chore: remove workspace peer deps (#3009)
Browse files Browse the repository at this point in the history
Fixes [#2993](#2993)
  • Loading branch information
gfellerph authored Apr 30, 2024
1 parent 532cb6f commit c609242
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 27 deletions.
6 changes: 4 additions & 2 deletions packages/components-angular/projects/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
"dependencies": {
"tslib": "2.6.2"
},
"devDependencies": {
"@swisspost/design-system-components": "workspace:7.0.0"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0",
"@swisspost/design-system-components": "workspace:7.0.0"
"@angular/core": "^16.0.0 || ^17.0.0"
},
"sideEffects": false
}
14 changes: 2 additions & 12 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
"@storybook/types": "8.0.5",
"@storybook/web-components": "8.0.8",
"@storybook/web-components-vite": "8.0.8",
"@swisspost/design-system-components-angular": "workspace:7.0.0",
"@swisspost/design-system-intranet-header": "workspace:7.0.0",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.12",
"@types/react": "18.2.74",
Expand All @@ -73,17 +75,5 @@
"sass": "1.74.1",
"storybook": "8.0.8",
"typescript": "5.3.3"
},
"peerDependencies": {
"@swisspost/design-system-components-angular": "workspace:7.0.0",
"@swisspost/design-system-intranet-header": "workspace:7.0.0"
},
"peerDependenciesMeta": {
"@swisspost/design-system-components-angular": {
"optional": true
},
"@swisspost/design-system-intranet-header": {
"optional": true
}
}
}
1 change: 0 additions & 1 deletion packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@angular/router": "17.3.3",
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@popperjs/core": "2.11.8",
"@swisspost/design-system-intranet-header": "workspace:7.0.0",
"@swisspost/design-system-styles": "workspace:7.0.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"@swisspost/design-system-intranet-header": "workspace:7.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
},
"devDependencies": {
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.12"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0"
}
}
34 changes: 22 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c609242

Please sign in to comment.