Skip to content

Commit 4f897b6

Browse files
committed
fix: use correct peerDependencies versions
1 parent 26a303a commit 4f897b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/angular-split/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
],
2828
"license": "Apache-2.0",
2929
"peerDependencies": {
30-
"@angular/common": ">=9.0.0",
31-
"@angular/core": ">=9.0.0",
32-
"rxjs": ">=6.0.0"
30+
"@angular/common": ">=16.0.0",
31+
"@angular/core": ">=16.0.0",
32+
"rxjs": ">=7.0.0"
3333
},
3434
"dependencies": {
3535
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)