4 files changed +4
-25
lines changed Original file line number Diff line number Diff line change 40
40
"firebase" : " ^8.2.9" ,
41
41
"rxjs" : " ^6.6.3" ,
42
42
"tslib" : " ^2.1.0" ,
43
- "zone.js" : " ^ 0.11.4"
43
+ "zone.js" : " ~ 0.11.4"
44
44
},
45
45
"devDependencies" : {
46
46
"@angular-devkit/architect" : " ^0.1102.1" ,
56
56
"gulp" : " ~4.0.2" ,
57
57
"gulp-angular-templatecache" : " ~3.0.0" ,
58
58
"gulp-htmlmin" : " ~5.0.1" ,
59
- "husky" : " ^ 4.3.6" ,
59
+ "husky" : " 4.3.6" ,
60
60
"lint-staged" : " ^10.5.4" ,
61
61
"npm-check" : " ^5.9.2" ,
62
62
"prettier" : " ^2.2.1" ,
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ export const environment = {
16
16
* This import should be commented out in production mode because it will have a negative impact
17
17
* on performance if an error is thrown.
18
18
*/
19
- import 'zone.js/dist /zone-error' ; // Included with Angular CLI.
19
+ import 'zone.js/plugins /zone-error' ; // Included with Angular CLI.
Original file line number Diff line number Diff line change 58
58
/***************************************************************************************************
59
59
* Zone JS is required by default for Angular itself.
60
60
*/
61
- import 'zone.js/dist/zone ' ; // Included with Angular CLI.
61
+ import 'zone.js' ; // Included with Angular CLI.
62
62
63
63
/***************************************************************************************************
64
64
* APPLICATION IMPORTS
0 commit comments