File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 4
4
ANGULAR_PACKAGE_VERSION = "^12.0.0-0 || ^13.0.0-0"
5
5
MDC_PACKAGE_VERSION = "^11.0.0-canary.15604bd0d.0"
6
6
TSLIB_PACKAGE_VERSION = "^2.1.0"
7
+ RXJS_PACKAGE_VERSION = "^6.5.3"
7
8
8
9
# Each placer holder is used to stamp versions during the build process, replacing the key with it's
9
10
# value pair. These replacements occur during building of `npm_package` and `ng_package` stamping in
@@ -17,6 +18,8 @@ VERSION_PLACEHOLDER_REPLACEMENTS = {
17
18
"0.0.0-TSLIB" : TSLIB_PACKAGE_VERSION ,
18
19
# Version of the local package being built, generated via the `--workspace_status_command` flag.
19
20
"0.0.0-PLACEHOLDER" : "{BUILD_SCM_VERSION}" ,
21
+ # Version of `rxjs`
22
+ "0.0.0-RXJS" : RXJS_PACKAGE_VERSION ,
20
23
}
21
24
22
25
# List of default Angular library UMD bundles which are not processed by ngcc.
Original file line number Diff line number Diff line change 20
20
"homepage" : " https://github.com/angular/components#readme" ,
21
21
"peerDependencies" : {
22
22
"@angular/core" : " 0.0.0-NG" ,
23
- "@angular/common" : " 0.0.0-NG"
23
+ "@angular/common" : " 0.0.0-NG" ,
24
+ "rxjs" : " 0.0.0-RXJS"
24
25
},
25
26
"dependencies" : {
26
27
"tslib" : " 0.0.0-TSLIB"
Original file line number Diff line number Diff line change 22
22
},
23
23
"peerDependencies" : {
24
24
"@angular/core" : " 0.0.0-NG" ,
25
- "@angular/common" : " 0.0.0-NG"
25
+ "@angular/common" : " 0.0.0-NG" ,
26
+ "rxjs" : " 0.0.0-RXJS"
26
27
},
27
28
"sideEffects" : false ,
28
29
"publishConfig" : {
Original file line number Diff line number Diff line change 22
22
"@angular/cdk" : " 0.0.0-PLACEHOLDER" ,
23
23
"@angular/core" : " 0.0.0-NG" ,
24
24
"@angular/common" : " 0.0.0-NG" ,
25
- "@angular/forms" : " 0.0.0-NG"
25
+ "@angular/forms" : " 0.0.0-NG" ,
26
+ "rxjs" : " 0.0.0-RXJS"
26
27
},
27
28
"dependencies" : {
28
29
"tslib" : " 0.0.0-TSLIB"
Original file line number Diff line number Diff line change 22
22
},
23
23
"peerDependencies" : {
24
24
"@angular/core" : " 0.0.0-NG" ,
25
- "@angular/common" : " 0.0.0-NG"
25
+ "@angular/common" : " 0.0.0-NG" ,
26
+ "rxjs" : " 0.0.0-RXJS"
26
27
},
27
28
"sideEffects" : false ,
28
29
"publishConfig" :{
You can’t perform that action at this time.
0 commit comments