File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angularclass/hmr" ,
3
- "version" : " 2.1.3 " ,
3
+ "version" : " 2.1.4 " ,
4
4
"description" : " angular-hmr: Hot Module Replacement for Webpack and Angular by @AngularClass" ,
5
5
"main" : " dist/index.js" ,
6
6
"sideEffects" : false ,
25
25
},
26
26
"homepage" : " https://github.com/angularclass/angular-hmr#readme" ,
27
27
"devDependencies" : {
28
- "@angular/core" : " ~4.2.4 " ,
29
- "reflect-metadata" : " ^0.1.3 " ,
30
- "rxjs" : " ^5.0.1 " ,
31
- "tslib" : " ^1.7 .1" ,
32
- "typescript" : " ^2.3.2 " ,
33
- "zone.js" : " ^0.8.12 " ,
34
- "webpack" : " 3 "
28
+ "@angular/core" : " ~10.0.14 " ,
29
+ "reflect-metadata" : " ^0.1.13 " ,
30
+ "rxjs" : " ^6.6.2 " ,
31
+ "tslib" : " ^2.0 .1" ,
32
+ "typescript" : " ^3.9.5 " ,
33
+ "zone.js" : " ^0.11.1 " ,
34
+ "webpack" : " 4.44.1 "
35
35
},
36
36
"dependencies" : {}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "target" : " es5 " ,
4
- "module" : " ES2015 " ,
3
+ "target" : " es2015 " ,
4
+ "module" : " es2020 " ,
5
5
"declaration" : true ,
6
6
"emitDecoratorMetadata" : true ,
7
7
"experimentalDecorators" : true ,
You can’t perform that action at this time.
0 commit comments