Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

chore: compiler cli & ngtools/webpack to latest rc #611

Merged
merged 2 commits into from
Jul 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dependencyManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ function getRequiredDeps(packageJson) {
}

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

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

return deps;
Expand Down