This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments