From c5a63953d1bd091b16e1cad6366d5d2df7e4a726 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Wed, 4 Jun 2025 11:28:21 -0700 Subject: [PATCH] build: bumping dependencies for `20.1.0-next` --- constants.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/constants.bzl b/constants.bzl index 00a26f29f81b..5f612cb4ed17 100644 --- a/constants.bzl +++ b/constants.bzl @@ -3,10 +3,10 @@ RELEASE_ENGINES_NODE = "^20.19.0 || ^22.12.0 || >=24.0.0" RELEASE_ENGINES_NPM = "^6.11.0 || ^7.5.6 || >=8.0.0" RELEASE_ENGINES_YARN = ">= 1.13.0" -NG_PACKAGR_VERSION = "^20.0.0-next.0" -ANGULAR_FW_VERSION = "^20.0.0-next.0" -ANGULAR_FW_PEER_DEP = "^20.0.0 || ^20.0.0-next.0" -NG_PACKAGR_PEER_DEP = "^20.0.0 || ^20.0.0-next.0" +NG_PACKAGR_VERSION = "^20.1.0-next.0" +ANGULAR_FW_VERSION = "^20.1.0-next.0" +ANGULAR_FW_PEER_DEP = "^20.0.0 || ^20.1.0-next.0" +NG_PACKAGR_PEER_DEP = "^20.0.0 || ^20.1.0-next.0" # Baseline widely-available date in `YYYY-MM-DD` format which defines Angular's # browser support. This date serves as the source of truth for the Angular CLI's