File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
},
40
40
"version" : " 9.0.0-next.0" ,
41
41
"requiredAngularVersion" : " ^9.0.0-0 || ^10.0.0-0" ,
42
- "requiredMDCVersion" : " ^4.0.0-alpha .0" ,
42
+ "requiredMDCVersion" : " ^4.0.0-canary.062ade5c0 .0" ,
43
43
"dependencies" : {
44
44
"@angular/animations" : " ^9.0.0-next.13" ,
45
45
"@angular/common" : " ^9.0.0-next.13" ,
Original file line number Diff line number Diff line change 2
2
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
3
3
# version for the placeholders.
4
4
ANGULAR_PACKAGE_VERSION = "^9.0.0-0 || ^10.0.0-0"
5
- MDC_PACKAGE_VERSION = "^4.0.0-alpha .0"
5
+ MDC_PACKAGE_VERSION = "^4.0.0-canary.062ade5c0 .0"
6
6
VERSION_PLACEHOLDER_REPLACEMENTS = {
7
7
"0.0.0-MDC" : MDC_PACKAGE_VERSION ,
8
8
"0.0.0-NG" : ANGULAR_PACKAGE_VERSION ,
You can’t perform that action at this time.
0 commit comments