Skip to content

Commit caa5059

Browse files
devversionjelbourn
authored andcommitted
build: bump required angular version for upcoming v9 release (#17431)
Bumps the required Angular version for the upcoming v9 release.
1 parent 951ea63 commit caa5059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"check-rollup-globals": "ts-node --project scripts/ scripts/check-rollup-globals.ts"
3939
},
4040
"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",
4242
"requiredMDCVersion": "^4.0.0-alpha.0",
4343
"dependencies": {
4444
"@angular/animations": "^9.0.0-next.10",

packages.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Each individual package uses a placeholder for the version of Angular to ensure they're
22
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
33
# 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"
55
MDC_PACKAGE_VERSION = "^4.0.0-alpha.0"
66
VERSION_PLACEHOLDER_REPLACEMENTS = {
77
"0.0.0-MDC": MDC_PACKAGE_VERSION,

0 commit comments

Comments
 (0)