Skip to content

Commit 782ec1c

Browse files
committed
chore: update peerDependencies required version
1 parent f85f0e5 commit 782ec1c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@
4040
"test:watch": "jest --watch"
4141
},
4242
"peerDependencies": {
43-
"@angular/cdk": ">=16.0.0",
43+
"@angular/animations": ">=18.0.0",
44+
"@angular/cdk": ">=18.0.0",
45+
"@angular/common": ">=18.0.0",
46+
"@angular/core": ">=18.0.0",
47+
"@angular/forms": ">=18.0.0",
48+
"@angular/platform-browser": ">=18.0.0",
4449
"dayjs": "^1.0.0",
4550
"rxjs": "^7.0.0"
4651
},

0 commit comments

Comments
 (0)