From 37d47914dac1c9e9b2772d0310b6c8e4cddc08f1 Mon Sep 17 00:00:00 2001 From: anorboev Date: Tue, 26 Jan 2021 11:02:25 +0500 Subject: [PATCH] Add latest angular version support --- projects/ngx-flow/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/ngx-flow/package.json b/projects/ngx-flow/package.json index 550835d..4935350 100644 --- a/projects/ngx-flow/package.json +++ b/projects/ngx-flow/package.json @@ -14,9 +14,9 @@ "@types/flowjs": "2.13.3" }, "peerDependencies": { - "@angular/common": "^6.0.0 || ^7.0.0|| ^8.0.0", - "@angular/core": "^6.0.0 || ^7.0.0|| ^8.0.0", + "@angular/common": "^6.0.0 || ^7.0.0|| ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0", + "@angular/core": "^6.0.0 || ^7.0.0|| ^8.0.0|| ^9.0.0 || ^10.0.0 || ^11.0.0", "@flowjs/flow.js": "^2.13.0", - "typescript": "^3.1" + "typescript": "^3.1 || ^4.0.0" } }