Skip to content

Commit

Permalink
Merge branch 'nakrovati-update-apprun'
Browse files Browse the repository at this point in the history
  • Loading branch information
krausest committed Jul 18, 2023
2 parents 8600053 + 8f24356 commit ba3b135
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 129 deletions.
93 changes: 52 additions & 41 deletions frameworks/keyed/apprun/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions frameworks/keyed/apprun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
"js-framework-benchmark": {
"frameworkVersionFromPackage": "apprun",
"frameworkHomeURL": "https://apprun.js.org/",
"issues": [801]
"issues": [
801
]
},
"scripts": {
"build-dev": "esbuild src/main.tsx --bundle --outfile=dist/main.js --serve=8080 --servedir=.",
"build-prod": "esbuild src/main.tsx --bundle --outfile=dist/main.js --minify"
},
"keywords": [
"apprun",
"js benmarks"
"js benchmarks"
],
"author": "Yiyi Sun <[email protected]",
"license": "Apache-2.0",
Expand All @@ -24,9 +26,9 @@
"url": "https://github.com/yysun/js-framework-benchmark.git"
},
"devDependencies": {
"esbuild": "^0.8.54"
"esbuild": "^0.18.13"
},
"dependencies": {
"apprun": "^2.27.7"
"apprun": "^3.30.2"
}
}
20 changes: 0 additions & 20 deletions frameworks/keyed/apprun/webpack.config.js

This file was deleted.

93 changes: 52 additions & 41 deletions frameworks/non-keyed/apprun/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions frameworks/non-keyed/apprun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"keywords": [
"apprun",
"js benmarks"
"js benchmarks"
],
"author": "Yiyi Sun <[email protected]",
"license": "Apache-2.0",
Expand All @@ -26,9 +26,9 @@
"url": "https://github.com/yysun/js-framework-benchmark.git"
},
"devDependencies": {
"esbuild": "^0.8.54"
"esbuild": "^0.18.13"
},
"dependencies": {
"apprun": "^2.27.7"
"apprun": "^3.30.2"
}
}
20 changes: 0 additions & 20 deletions frameworks/non-keyed/apprun/webpack.config.js

This file was deleted.

0 comments on commit ba3b135

Please sign in to comment.