From a1d332ffffc1ea640cf6704f8044a7d2e1401d82 Mon Sep 17 00:00:00 2001 From: twerske Date: Thu, 22 Oct 2020 10:59:07 -0700 Subject: [PATCH] chore: update TypeScript peerDep version in @storybook/angular `@storybook/angular` should be compatible with Angular 11 which requires TypeScript 4.0 This resolves #12859 by supporting any version above Angular 6 through the latest RC --- app/angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/angular/package.json b/app/angular/package.json index 49d679735f7d..65817aa1d55c 100644 --- a/app/angular/package.json +++ b/app/angular/package.json @@ -73,7 +73,7 @@ "@angular/platform-browser-dynamic": ">=6.0.0", "@babel/core": "*", "rxjs": "^6.0.0", - "typescript": "^3.4.0", + "typescript": "^3.4.0 || >=4.0.0", "zone.js": "^0.8.29 || ^0.9.0 || ^0.10.0" }, "engines": {