Skip to content

Commit

Permalink
fix(nx-plugin): update rxjs dependency
Browse files Browse the repository at this point in the history
the analogjs repo has an rxjs version of 7.8.0, we should install the
same version when initializing a new nx analog workspace.
  • Loading branch information
goetzrobin committed Jun 4, 2024
1 parent 665969c commit d821496
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 d821496

Please sign in to comment.