From ac0b162cb027f6ccdc6718e6f4c9b54eb12bf875 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 4 Aug 2021 20:49:06 +0200 Subject: [PATCH] build: update peer dependency for angular framework dependencies The release tool will require us to update the peer dependencies to no longer allow for v12 when cutting v13 major pre-releases. --- packages.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.bzl b/packages.bzl index 1002e99a4a11..1a059efaf10c 100644 --- a/packages.bzl +++ b/packages.bzl @@ -1,7 +1,7 @@ # Each individual package uses a placeholder for the version of Angular to ensure they're # all in-sync. This map is passed to each ng_package rule to stamp out the appropriate # version for the placeholders. -ANGULAR_PACKAGE_VERSION = "^12.0.0 || ^13.0.0-0" +ANGULAR_PACKAGE_VERSION = "^13.0.0-0 || ^14.0.0-0" MDC_PACKAGE_VERSION = "12.0.0-canary.5f00e454a.0" TSLIB_PACKAGE_VERSION = "^2.2.0" RXJS_PACKAGE_VERSION = "^6.5.3"