Skip to content

Commit 8f24356

Browse files
committed
Merge branch 'update-apprun' of https://github.com/nakrovati/js-framework-benchmark into nakrovati-update-apprun
2 parents 8600053 + b60baa3 commit 8f24356

File tree

6 files changed

+113
-129
lines changed

6 files changed

+113
-129
lines changed

frameworks/keyed/apprun/package-lock.json

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

frameworks/keyed/apprun/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@
66
"js-framework-benchmark": {
77
"frameworkVersionFromPackage": "apprun",
88
"frameworkHomeURL": "https://apprun.js.org/",
9-
"issues": [801]
9+
"issues": [
10+
801
11+
]
1012
},
1113
"scripts": {
1214
"build-dev": "esbuild src/main.tsx --bundle --outfile=dist/main.js --serve=8080 --servedir=.",
1315
"build-prod": "esbuild src/main.tsx --bundle --outfile=dist/main.js --minify"
1416
},
1517
"keywords": [
1618
"apprun",
17-
"js benmarks"
19+
"js benchmarks"
1820
],
1921
"author": "Yiyi Sun <[email protected]",
2022
"license": "Apache-2.0",
@@ -24,9 +26,9 @@
2426
"url": "https://github.com/yysun/js-framework-benchmark.git"
2527
},
2628
"devDependencies": {
27-
"esbuild": "^0.8.54"
29+
"esbuild": "^0.18.13"
2830
},
2931
"dependencies": {
30-
"apprun": "^2.27.7"
32+
"apprun": "^3.30.2"
3133
}
3234
}

frameworks/keyed/apprun/webpack.config.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

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

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

frameworks/non-keyed/apprun/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"keywords": [
1818
"apprun",
19-
"js benmarks"
19+
"js benchmarks"
2020
],
2121
"author": "Yiyi Sun <[email protected]",
2222
"license": "Apache-2.0",
@@ -26,9 +26,9 @@
2626
"url": "https://github.com/yysun/js-framework-benchmark.git"
2727
},
2828
"devDependencies": {
29-
"esbuild": "^0.8.54"
29+
"esbuild": "^0.18.13"
3030
},
3131
"dependencies": {
32-
"apprun": "^2.27.7"
32+
"apprun": "^3.30.2"
3333
}
3434
}

frameworks/non-keyed/apprun/webpack.config.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)