Skip to content

Commit 2d8d5bd

Browse files
committed
Add Angular 18 to peerDeps
1 parent 88ea32c commit 2d8d5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/layout-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"version": "0.1.17",
88
"peerDependencies": {
9-
"@angular/common": "^17.3.0",
10-
"@angular/core": "^17.3.0"
9+
"@angular/common": "^17.3.0 || ^18.0.0",
10+
"@angular/core": "^17.3.0 || ^18.0.0"
1111
},
1212
"dependencies": {
1313
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)