From 7c52ea6f071a50dca2c7b60948cfb0fe0993a6d9 Mon Sep 17 00:00:00 2001 From: Jake Smith Date: Mon, 7 Oct 2024 17:53:55 -0600 Subject: [PATCH] Update package.json with zone.js version adhering to semver The intent of this change is to "assume that only changes in the host package's major version will break your plugin." This allows apps using the latest version of Angular with 0.14.10 version of zone.js to still "build." --- packages/angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/package.json b/packages/angular/package.json index d1e9b210c9f..61d7189483e 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -44,7 +44,7 @@ "peerDependencies": { "rxjs": ">= 2", "tslib": ">= 1.10.0", - "zone.js": "0.14.7" + "zone.js": "0.14.x" }, "devDependencies": { "@angular-devkit/build-angular": "18.0.7",