Skip to content

Commit bda0565

Browse files
fix(lib): support for >17.1.0
1 parent cb5f6b9 commit bda0565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ngx-fast-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"angular"
1414
],
1515
"peerDependencies": {
16-
"@angular/core": "^18.0.0",
17-
"@angular/common": "^18.0.0",
16+
"@angular/core": ">17.1.0",
17+
"@angular/common": ">17.1.0",
1818
"rxjs": ">7.8.0"
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)