Skip to content

Commit 675b608

Browse files
committed
feat(@angular-devkit/build-angular): update peer dependency support
1 parent cb2cd08 commit 675b608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"zone.js": "^0.10.0"
9898
},
9999
"peerDependencies": {
100-
"@angular/compiler-cli": "^8.0.0-beta.0 || ^8.1.0-beta.0 || ^8.2.0-beta.0 || ^8.3.0-beta.0 || ^8.4.0-beta.0 || >=9.0.0-beta < 9",
101-
"typescript": ">=3.1 < 3.7"
100+
"@angular/compiler-cli": ">=9.0.0-beta < 10",
101+
"typescript": ">=3.6 < 3.7"
102102
}
103103
}

0 commit comments

Comments
 (0)