Skip to content

Commit

Permalink
fix(angular): bump generated rxjs version (#15054)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0385682)
  • Loading branch information
leosvelperez authored and FrozenPandaz committed Feb 16, 2023
1 parent 9bee3d6 commit 9c154c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const angularVersion = '~15.1.0';
export const angularDevkitVersion = '~15.1.0';
export const ngPackagrVersion = '~15.1.0';
export const ngrxVersion = '~15.0.0';
export const rxjsVersion = '~7.5.0';
export const rxjsVersion = '~7.8.0';
export const zoneJsVersion = '~0.11.4';
export const angularJsVersion = '1.7.9';
export const tsLibVersion = '^2.3.0';
Expand Down

0 comments on commit 9c154c5

Please sign in to comment.