Skip to content

Commit ba328e1

Browse files
committed
update ganic bench mark dependencies
1 parent 6650918 commit ba328e1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

frameworks/keyed/ganic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"url": "https://github.com/krausest/js-framework-benchmark.git"
1818
},
1919
"dependencies": {
20-
"ganic": "^2.1.0",
21-
"ganic-dom": "^2.1.2",
22-
"ganic-usex": "^2.1.3"
20+
"ganic": "^2.1.2",
21+
"ganic-dom": "^2.1.7",
22+
"ganic-usex": "^2.1.4"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.7.4",

frameworks/keyed/ganic/src/Benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Jumbotron = ({ dispatch }) => (
2727
<div class="jumbotron">
2828
<div class="row">
2929
<div class="col-md-6">
30-
<h1>Ganic UseX keyed</h1>
30+
<h1>Ganic keyed</h1>
3131
</div>
3232
<div class="col-md-6">
3333
<div class="row">

0 commit comments

Comments
 (0)