From 97e0c602bbc18a5dc921c60359485a8f25a9049a Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Wed, 4 Oct 2023 14:33:49 +0200 Subject: [PATCH] Restrict allowed zone.js version range --- code/frameworks/angular/package.json | 2 +- code/yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/frameworks/angular/package.json b/code/frameworks/angular/package.json index bdcd21c0ff44..50ecec42445c 100644 --- a/code/frameworks/angular/package.json +++ b/code/frameworks/angular/package.json @@ -106,7 +106,7 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", "rxjs": "^6.0.0 || ^7.4.0", "typescript": "^4.0.0 || ^5.0.0", - "zone.js": "^0.8.29 || >= 0.9.0 < 1.0.0" + "zone.js": ">= 0.11.1 < 1.0.0" }, "peerDependenciesMeta": { "@angular/cli": { diff --git a/code/yarn.lock b/code/yarn.lock index 915d4281a0ba..f0b314feb3db 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -6372,7 +6372,7 @@ __metadata: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 rxjs: ^6.0.0 || ^7.4.0 typescript: ^4.0.0 || ^5.0.0 - zone.js: ^0.8.29 || >= 0.9.0 < 1.0.0 + zone.js: ">= 0.11.1 < 1.0.0" peerDependenciesMeta: "@angular/cli": optional: true