We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb05ce4 commit 1f52cdaCopy full SHA for 1f52cda
packages/angular_devkit/build_angular/package.json
@@ -97,7 +97,7 @@
97
"zone.js": "^0.10.0"
98
},
99
"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"
+ "@angular/compiler-cli": ">=9.0.0-beta < 10",
+ "typescript": ">=3.6 < 3.7"
102
}
103
0 commit comments