This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ function getRequiredDeps(packageJson) {
84
84
}
85
85
86
86
const deps = {
87
- "@angular/compiler-cli" : "8.0.0-rc.5 " ,
87
+ "@angular/compiler-cli" : "8.0.0" ,
88
88
} ;
89
89
90
90
if ( ! dependsOn ( packageJson , "@angular-devkit/build-angular" ) ) {
91
- deps [ "@ngtools/webpack" ] = "8.0.0-rc.4 " ;
91
+ deps [ "@ngtools/webpack" ] = "8.0.0" ;
92
92
}
93
93
94
94
return deps ;
Original file line number Diff line number Diff line change 74
74
"generate-android-snapshot" : " ./bin/generate-android-snapshot"
75
75
},
76
76
"dependencies" : {
77
- "@angular-devkit/core" : " 8.0.0-rc.4 " ,
77
+ "@angular-devkit/core" : " 8.0.0" ,
78
78
"clean-webpack-plugin" : " ~1.0.0" ,
79
79
"copy-webpack-plugin" : " ~4.6.0" ,
80
80
"css-loader" : " ~2.1.1" ,
101
101
"webpack-sources" : " ~1.3.0"
102
102
},
103
103
"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" ,
107
107
"@types/jasmine" : " ^3.3.7" ,
108
108
"@types/node" : " ^10.12.12" ,
109
109
"@types/proxyquire" : " 1.3.28" ,
You can’t perform that action at this time.
0 commit comments