Skip to content

Commit b4773a3

Browse files
committed
Merge branch 'lit-html' of https://github.com/CaptainCodeman/js-framework-benchmark into CaptainCodeman-lit-html
2 parents 42a4f5f + 53b1558 commit b4773a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frameworks/keyed/lit-html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
},
2525
"homepage": "https://github.com/krausest/js-framework-benchmark#readme",
2626
"dependencies": {
27-
"lit-html": "0.12.0"
27+
"lit-html": "0.14.0"
2828
},
2929
"devDependencies": {
30-
"rollup": "0.66.6",
30+
"rollup": "0.67.3",
3131
"rollup-plugin-terser": "3.0.0"
3232
}
3333
}

frameworks/non-keyed/lit-html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
},
2525
"homepage": "https://github.com/krausest/js-framework-benchmark#readme",
2626
"dependencies": {
27-
"lit-html": "0.12.0"
27+
"lit-html": "0.14.0"
2828
},
2929
"devDependencies": {
30-
"rollup": "0.66.6",
30+
"rollup": "0.67.3",
3131
"rollup-plugin-terser": "3.0.0"
3232
}
3333
}

0 commit comments

Comments
 (0)