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.
TypeScript
1 parent 8150838 commit 0aea618Copy full SHA for 0aea618
packages/ngtools/webpack/package.json
@@ -29,13 +29,13 @@
29
},
30
"peerDependencies": {
31
"@angular/compiler-cli": ">=5.0.0 <8.0.0 || ^7.0.0-beta.0",
32
- "typescript": ">=2.4.0 < 3.1",
+ "typescript": ">=2.4.0 < 3.2",
33
"webpack": "^4.0.0"
34
35
"devDependencies": {
36
- "@angular/compiler": "^7.0.0-beta.4",
37
- "@angular/compiler-cli": "^7.0.0-beta.4",
38
- "typescript": "~3.0.1",
+ "@angular/compiler": "^7.0.0-rc.0",
+ "@angular/compiler-cli": "^7.0.0-rc.0",
+ "typescript": "~3.1.1",
39
40
}
41
0 commit comments