Skip to content

Commit b3dcefa

Browse files
clydinjosephperrott
authored andcommitted
refactor(@schematics/angular): update new project rxjs version to ~7.4.0
`rxjs` 7 versions prior to 7.4.0 did not export the ES2015 variant in a way that could be leveraged via the new package.json `exports` feature. As a result, prior versions would cause larger ES5 variants of rxjs to be bundled within applications. Version 7.4.0 is now set as the minimum version for new projects to allow for the ES2015 rxjs code to be used when building applications.
1 parent 93ae204 commit b3dcefa

File tree

1 file changed

+1
-1
lines changed
  • packages/schematics/angular/utility/latest-versions

1 file changed

+1
-1
lines changed

packages/schematics/angular/utility/latest-versions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"karma-jasmine": "~4.0.0",
1313
"karma": "~6.3.0",
1414
"ng-packagr": "~13.0.0-next.0",
15-
"rxjs": "~7.3.0",
15+
"rxjs": "~7.4.0",
1616
"tslib": "^2.3.0",
1717
"typescript": "~4.4.3",
1818
"zone.js": "~0.11.4"

0 commit comments

Comments
 (0)