Skip to content

Commit 2265c23

Browse files
committed
Merge branch 'voby-0.48' of https://github.com/fabiospampinato/js-framework-benchmark into fabiospampinato-voby-0.48
2 parents a9985a9 + 3ae3ca6 commit 2265c23

File tree

6 files changed

+440
-75
lines changed

6 files changed

+440
-75
lines changed

frameworks/keyed/voby/package-lock.json

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

frameworks/keyed/voby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
]
1111
},
1212
"scripts": {
13-
"build-prod": "rm -rf dist && mkdir dist && esbuild --bundle --minify --target=es2018 --jsx-factory=createElement --jsx-fragment=Fragment --banner:js='\"use strict\";' ./src/main.tsx > ./dist/main.js"
13+
"build-prod": "rm -rf dist && mkdir dist && esbuild --bundle --minify --target=es2020 --jsx-factory=createElement --jsx-fragment=Fragment --banner:js='\"use strict\";' ./src/main.tsx > ./dist/main.js"
1414
},
1515
"author": "Fabio Spampinato",
1616
"license": "MIT",
@@ -20,9 +20,9 @@
2020
"url": "https://github.com/krausest/js-framework-benchmark.git"
2121
},
2222
"dependencies": {
23-
"voby": "0.45.0"
23+
"voby": "0.48.0"
2424
},
2525
"devDependencies": {
26-
"esbuild": "0.17.10"
26+
"esbuild": "0.17.16"
2727
}
2828
}

frameworks/non-keyed/voby/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>Voby-unkeyed</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet"/>
7+
</head>
8+
<body>
9+
<div id='main'></div>
10+
<script src='dist/main.js'></script>
11+
</body>
12+
</html>

frameworks/non-keyed/voby/package-lock.json

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

0 commit comments

Comments
 (0)