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 38
38
"check-rollup-globals" : " ts-node --project scripts/ scripts/check-rollup-globals.ts"
39
39
},
40
40
"version" : " 9.0.0-next.0" ,
41
- "requiredAngularVersion" : " ^8 .0.0 || ^9 .0.0-0" ,
41
+ "requiredAngularVersion" : " ^9 .0.0-0 || ^10 .0.0-0" ,
42
42
"requiredMDCVersion" : " ^4.0.0-alpha.0" ,
43
43
"dependencies" : {
44
44
"@angular/animations" : " ^9.0.0-next.10" ,
Original file line number Diff line number Diff line change 1
1
# Each individual package uses a placeholder for the version of Angular to ensure they're
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
- ANGULAR_PACKAGE_VERSION = "^8 .0.0 || ^9 .0.0-0"
4
+ ANGULAR_PACKAGE_VERSION = "^9 .0.0-0 || ^10 .0.0-0"
5
5
MDC_PACKAGE_VERSION = "^4.0.0-alpha.0"
6
6
VERSION_PLACEHOLDER_REPLACEMENTS = {
7
7
"0.0.0-MDC" : MDC_PACKAGE_VERSION ,
You can’t perform that action at this time.
0 commit comments