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

Commit f8f2179

Browse files
author
VladimirAmiorkov
committed
chore: update Angular deps to RC5
1 parent 56224a8 commit f8f2179

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: dependencyManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function getRequiredDeps(packageJson) {
8484
}
8585

8686
const deps = {
87-
"@angular/compiler-cli": "8.0.0-rc.4",
87+
"@angular/compiler-cli": "8.0.0-rc.5",
8888
};
8989

9090
if (!dependsOn(packageJson, "@angular-devkit/build-angular")) {

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"webpack-sources": "~1.3.0"
102102
},
103103
"devDependencies": {
104-
"@angular/compiler": "8.0.0-rc.4",
105-
"@angular/compiler-cli": "8.0.0-rc.4",
104+
"@angular/compiler": "8.0.0-rc.5",
105+
"@angular/compiler-cli": "8.0.0-rc.5",
106106
"@ngtools/webpack": "8.0.0-rc.4",
107107
"@types/jasmine": "^3.3.7",
108108
"@types/node": "^10.12.12",

0 commit comments

Comments
 (0)