Skip to content

Commit

Permalink
fix(nx-plugin): update rxjs dependency (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrobin committed Jun 4, 2024
1 parent b6cc017 commit c697365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const initWithNxNamespace = async (
'@angular/platform-browser-dynamic': '^18.0.0',
'@angular/platform-server': '^18.0.0',
'@angular/router': '^18.0.0',
rxjs: '~7.5.6',
rxjs: '~7.8.0',
tslib: '^2.4.0',
'zone.js': '~0.14.0',
},
Expand Down

0 comments on commit c697365

Please sign in to comment.