Skip to content

Commit

Permalink
chore: fix peer dependency in Angular project (#3290)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Schürch <[email protected]>
  • Loading branch information
gfellerph and oliverschuerch authored Jul 18, 2024
1 parent 989fe3c commit 9c8b2eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"lib": {
"entryFile": "src/public-api.ts"
},
"assets": [{ "input": "src/lib/primeng-theme", "glob": "**/*.scss", "output": "primeng-theme" }]
"assets": [{ "input": "src/lib/primeng-theme", "glob": "**/*.scss", "output": "primeng-theme" }],
"allowedNonPeerDependencies": ["@swisspost/design-system-styles"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@swisspost/design-system-styles": "workspace:7.2.1",
"primeng": "^16.0.0"
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:7.2.1",
"tslib": "2.3.0"
},
"sideEffects": false,
Expand Down

0 comments on commit 9c8b2eb

Please sign in to comment.