Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit a8e6ecf

Browse files
manoldonevsis0k0
authored andcommitted
chore: compiler cli & ngtools/webpack to latest rc (#611)
We no longer need to hardcode @ngtools/webpack to 6.1.0-rc.0 as #607 is fixed with @ngtools/webpack 6.1.0-rc.2
1 parent 986bf0b commit a8e6ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎dependencyManager.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ function getRequiredDeps(packageJson) {
8686
}
8787

8888
const deps = {
89-
"@angular/compiler-cli": "~6.1.0-beta.3",
89+
"@angular/compiler-cli": "~6.1.0-rc.0",
9090
};
9191

9292
if (!dependsOn(packageJson, "@angular-devkit/build-angular")) {
93-
deps["@ngtools/webpack"] = "6.1.0-rc.0";
93+
deps["@ngtools/webpack"] = "~6.1.0-rc.2";
9494
}
9595

9696
return deps;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /