Skip to content

Commit 0114ccd

Browse files
authored
build: update peerDependencies to allow rxjs 7 (angular#23316)
In angular/angular#42991 which went out in version 12.2.0 we made it possible to opt into rxjs 7, however the change only affects the core packages. These changes apply the same version range to the Components packages.
1 parent ec7d164 commit 0114ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ANGULAR_PACKAGE_VERSION = "^13.0.0-0 || ^14.0.0-0"
55
MDC_PACKAGE_VERSION = "12.0.0-canary.5f00e454a.0"
66
TSLIB_PACKAGE_VERSION = "^2.2.0"
7-
RXJS_PACKAGE_VERSION = "^6.5.3"
7+
RXJS_PACKAGE_VERSION = "^6.5.3 || ^7.0.0"
88

99
# Each placer holder is used to stamp versions during the build process, replacing the key with it's
1010
# value pair. These replacements occur during building of `npm_package` and `ng_package` stamping in

0 commit comments

Comments
 (0)