File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
},
25
25
"homepage" : " https://github.com/krausest/js-framework-benchmark#readme" ,
26
26
"dependencies" : {
27
- "lighterhtml" : " ^ 2.0.2 "
27
+ "lighterhtml" : " 2.0.7 "
28
28
},
29
29
"devDependencies" : {
30
30
"@ungap/degap" : " ^0.1.4" ,
31
- "rollup" : " ^1.27.0 " ,
31
+ "rollup" : " ^1.27.5 " ,
32
32
"rollup-plugin-includepaths" : " ^0.2.3" ,
33
33
"rollup-plugin-minify-html-literals" : " ^1.2.2" ,
34
34
"rollup-plugin-node-resolve" : " ^5.2.0" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default {
20
20
"@ungap/trim" : "./node_modules/@ungap/degap/trim.js"
21
21
} ,
22
22
} ) ,
23
- resolve ( { module : true } ) ,
23
+ resolve ( ) ,
24
24
terser ( )
25
25
] ,
26
26
context : 'null' ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ function update(
81
81
< div class ="jumbotron ">
82
82
< div class ="row ">
83
83
< div class ="col-md-6 ">
84
- < h1 > lighterhtml</ h1 >
84
+ < h1 > lighterhtml keyed </ h1 >
85
85
</ div >
86
86
< div class ="col-md-6 ">
87
87
< div class ="row ">
Original file line number Diff line number Diff line change 24
24
},
25
25
"homepage" : " https://github.com/krausest/js-framework-benchmark#readme" ,
26
26
"dependencies" : {
27
- "lighterhtml" : " ^ 2.0.2 "
27
+ "lighterhtml" : " 2.0.7 "
28
28
},
29
29
"devDependencies" : {
30
30
"@ungap/degap" : " ^0.1.4" ,
31
- "rollup" : " ^1.27.0 " ,
31
+ "rollup" : " ^1.27.5 " ,
32
32
"rollup-plugin-includepaths" : " ^0.2.3" ,
33
33
"rollup-plugin-minify-html-literals" : " ^1.2.2" ,
34
34
"rollup-plugin-node-resolve" : " ^5.2.0" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default {
20
20
"@ungap/trim" : "./node_modules/@ungap/degap/trim.js"
21
21
} ,
22
22
} ) ,
23
- resolve ( { module : true } ) ,
23
+ resolve ( ) ,
24
24
terser ( )
25
25
] ,
26
26
context : 'null' ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ function update(
81
81
< div class ="jumbotron ">
82
82
< div class ="row ">
83
83
< div class ="col-md-6 ">
84
- < h1 > lighterhtml</ h1 >
84
+ < h1 > lighterhtml non-keyed </ h1 >
85
85
</ div >
86
86
< div class ="col-md-6 ">
87
87
< div class ="row ">
You can’t perform that action at this time.
0 commit comments