Skip to content

Commit

Permalink
Add Angular 18 to peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Jun 4, 2024
1 parent 88ea32c commit 2d8d5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/layout-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"version": "0.1.17",
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0"
"@angular/common": "^17.3.0 || ^18.0.0",
"@angular/core": "^17.3.0 || ^18.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 2d8d5bd

Please sign in to comment.