File tree 4 files changed +1227
-697
lines changed 4 files changed +1227
-697
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"private" : true ,
15
15
"dependencies" : {
16
- "@angular/animations" : " ~ 12.0.5 " ,
17
- "@angular/common" : " ~ 12.0.5 " ,
18
- "@angular/compiler" : " ~ 12.0.5 " ,
19
- "@angular/core" : " ~ 12.0.5 " ,
20
- "@angular/forms" : " ~ 12.0.5 " ,
21
- "@angular/platform-browser" : " ~ 12.0.5 " ,
22
- "@angular/platform-browser-dynamic" : " ~ 12.0.5 " ,
23
- "@angular/router" : " ~ 12.0.5 " ,
16
+ "@angular/animations" : " ^ 12.0.0 " ,
17
+ "@angular/common" : " ^ 12.0.0 " ,
18
+ "@angular/compiler" : " ^ 12.0.0 " ,
19
+ "@angular/core" : " ^ 12.0.0 " ,
20
+ "@angular/forms" : " ^ 12.0.0 " ,
21
+ "@angular/platform-browser" : " ^ 12.0.0 " ,
22
+ "@angular/platform-browser-dynamic" : " ^ 12.0.0 " ,
23
+ "@angular/router" : " ^ 12.0.0 " ,
24
24
"@frontegg/js" : " 6.126.0" ,
25
25
"csstype" : " ^3.0.8" ,
26
26
"rxjs" : " ~6.6.0" ,
48
48
"tslint" : " ~6.1.0" ,
49
49
"typescript" : " ~4.2.3"
50
50
}
51
- }
51
+ }
Original file line number Diff line number Diff line change 3
3
"extends" : " ./tsconfig.lib.json" ,
4
4
"compilerOptions" : {
5
5
"declarationMap" : false
6
- },
7
- "angularCompilerOptions" : {
8
- "enableIvy" : false
9
6
}
10
7
}
Original file line number Diff line number Diff line change 30
30
"strictInjectionParameters" : true ,
31
31
"strictInputAccessModifiers" : true ,
32
32
"strictTemplates" : true ,
33
- "enableIvy" : false
34
33
}
35
34
}
You can’t perform that action at this time.
0 commit comments