Skip to content

Commit

Permalink
chore: update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph committed Apr 26, 2024
1 parent c2fbf88 commit 5780309
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 6 additions & 0 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 5780309

Please sign in to comment.