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

Commit d6afb74

Browse files
author
VladimirAmiorkov
committed
feat: update deps to Angular 8.0.0 deps
1 parent f8f2179 commit d6afb74

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: dependencyManager.js

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

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

9090
if (!dependsOn(packageJson, "@angular-devkit/build-angular")) {
91-
deps["@ngtools/webpack"] = "8.0.0-rc.4";
91+
deps["@ngtools/webpack"] = "8.0.0";
9292
}
9393

9494
return deps;

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"generate-android-snapshot": "./bin/generate-android-snapshot"
7575
},
7676
"dependencies": {
77-
"@angular-devkit/core": "8.0.0-rc.4",
77+
"@angular-devkit/core": "8.0.0",
7878
"clean-webpack-plugin": "~1.0.0",
7979
"copy-webpack-plugin": "~4.6.0",
8080
"css-loader": "~2.1.1",
@@ -101,9 +101,9 @@
101101
"webpack-sources": "~1.3.0"
102102
},
103103
"devDependencies": {
104-
"@angular/compiler": "8.0.0-rc.5",
105-
"@angular/compiler-cli": "8.0.0-rc.5",
106-
"@ngtools/webpack": "8.0.0-rc.4",
104+
"@angular/compiler": "8.0.0",
105+
"@angular/compiler-cli": "8.0.0",
106+
"@ngtools/webpack": "8.0.0",
107107
"@types/jasmine": "^3.3.7",
108108
"@types/node": "^10.12.12",
109109
"@types/proxyquire": "1.3.28",

0 commit comments

Comments
 (0)