Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit 209b921

Browse files
committed
build(frameworks): update lit lighter & hyper html
1 parent 5036e36 commit 209b921

File tree

6 files changed

+106
-121
lines changed

6 files changed

+106
-121
lines changed

frameworks/keyed/hyperhtml/package-lock.json

Lines changed: 54 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/hyperhtml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"hyperhtml": "2.32.1",
15+
"hyperhtml": "2.33.0",
1616
"js-framework-benchmark-utils": "0.2.5"
1717
},
1818
"devDependencies": {

frameworks/keyed/lighterhtml/package-lock.json

Lines changed: 43 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/lighterhtml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/krausest/js-framework-benchmark#readme",
2626
"dependencies": {
2727
"js-framework-benchmark-utils": "0.2.5",
28-
"lighterhtml": "2.5.0"
28+
"lighterhtml": "4.1.1"
2929
},
3030
"devDependencies": {
3131
"@ungap/degap": "^0.1.7",

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

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/lit-html/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"main": "index.js",
66
"js-framework-benchmark": {
77
"frameworkVersionFromPackage": "lit-html",
8-
"issues": [800]
8+
"issues": [
9+
800
10+
]
911
},
1012
"scripts": {
1113
"build-dev": "rollup -c -w",
@@ -25,7 +27,7 @@
2527
},
2628
"homepage": "https://github.com/krausest/js-framework-benchmark#readme",
2729
"dependencies": {
28-
"lit-html": "1.1.0"
30+
"lit-html": "1.3.0"
2931
},
3032
"devDependencies": {
3133
"rollup": "1.12.3",

0 commit comments

Comments
 (0)