From 806aee256256ce942063f22c6ced4f02f21d6630 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sun, 24 Nov 2019 15:10:39 -0800 Subject: [PATCH] fix(package): Change angular peerDependency semver to match 9.0.0-next/rc --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f41ff9bca..ca7250393 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ } }, "peerDependencies": { - "@angular/common": ">=8.0.0", - "@angular/core": ">=8.0.0", + "@angular/common": "^8.0.0 || ^9.0.0 || ^9.0.0-next", + "@angular/core": "^8.0.0 || ^9.0.0 || ^9.0.0-next", "@uirouter/core": "^6.0.1", "@uirouter/rx": "^0.6.0" },