Skip to content

Commit a85af9c

Browse files
clydinhansl
authored andcommitted
build: ensure @ngtools/webpack uses consistent TS version
1 parent 11822d9 commit a85af9c

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,17 @@
5151
"url": "https://github.com/angular/angular-cli/issues"
5252
},
5353
"homepage": "https://github.com/angular/angular-cli",
54-
"workspaces": [
55-
"packages/angular/*",
56-
"packages/angular_devkit/*",
57-
"packages/ngtools/*",
58-
"packages/schematics/*"
59-
],
54+
"workspaces": {
55+
"packages": [
56+
"packages/angular/*",
57+
"packages/angular_devkit/*",
58+
"packages/ngtools/*",
59+
"packages/schematics/*"
60+
],
61+
"nohoist": [
62+
"@angular/compiler-cli"
63+
]
64+
},
6065
"dependencies": {
6166
"glob": "^7.0.3",
6267
"node-fetch": "^2.2.0",
@@ -66,6 +71,8 @@
6671
"typescript": "~3.0.1"
6772
},
6873
"devDependencies": {
74+
"@angular/compiler": "^7.0.0-beta.4",
75+
"@angular/compiler-cli": "^7.0.0-beta.4",
6976
"@bazel/typescript": "0.16.1",
7077
"@ngtools/json-schema": "^1.1.0",
7178
"@types/copy-webpack-plugin": "^4.4.1",

0 commit comments

Comments
 (0)