Skip to content

Commit 23313c5

Browse files
committed
Merge branch 'WebReflection-lighterhtml'
2 parents 683d779 + f94dbcb commit 23313c5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

frameworks/keyed/lighterhtml/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"homepage": "https://github.com/krausest/js-framework-benchmark#readme",
2626
"dependencies": {
27-
"lighterhtml": "^2.0.2"
27+
"lighterhtml": "2.0.7"
2828
},
2929
"devDependencies": {
3030
"@ungap/degap": "^0.1.4",
31-
"rollup": "^1.27.0",
31+
"rollup": "^1.27.5",
3232
"rollup-plugin-includepaths": "^0.2.3",
3333
"rollup-plugin-minify-html-literals": "^1.2.2",
3434
"rollup-plugin-node-resolve": "^5.2.0",

frameworks/keyed/lighterhtml/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
"@ungap/trim": "./node_modules/@ungap/degap/trim.js"
2121
},
2222
}),
23-
resolve({module: true}),
23+
resolve(),
2424
terser()
2525
],
2626
context: 'null',

frameworks/keyed/lighterhtml/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function update(
8181
<div class="jumbotron">
8282
<div class="row">
8383
<div class="col-md-6">
84-
<h1>lighterhtml</h1>
84+
<h1>lighterhtml keyed</h1>
8585
</div>
8686
<div class="col-md-6">
8787
<div class="row">

frameworks/non-keyed/lighterhtml/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"homepage": "https://github.com/krausest/js-framework-benchmark#readme",
2626
"dependencies": {
27-
"lighterhtml": "^2.0.2"
27+
"lighterhtml": "2.0.7"
2828
},
2929
"devDependencies": {
3030
"@ungap/degap": "^0.1.4",
31-
"rollup": "^1.27.0",
31+
"rollup": "^1.27.5",
3232
"rollup-plugin-includepaths": "^0.2.3",
3333
"rollup-plugin-minify-html-literals": "^1.2.2",
3434
"rollup-plugin-node-resolve": "^5.2.0",

frameworks/non-keyed/lighterhtml/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
"@ungap/trim": "./node_modules/@ungap/degap/trim.js"
2121
},
2222
}),
23-
resolve({module: true}),
23+
resolve(),
2424
terser()
2525
],
2626
context: 'null',

frameworks/non-keyed/lighterhtml/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function update(
8181
<div class="jumbotron">
8282
<div class="row">
8383
<div class="col-md-6">
84-
<h1>lighterhtml</h1>
84+
<h1>lighterhtml non-keyed</h1>
8585
</div>
8686
<div class="col-md-6">
8787
<div class="row">

0 commit comments

Comments
 (0)