We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6650918 commit ba328e1Copy full SHA for ba328e1
frameworks/keyed/ganic/package.json
@@ -17,9 +17,9 @@
17
"url": "https://github.com/krausest/js-framework-benchmark.git"
18
},
19
"dependencies": {
20
- "ganic": "^2.1.0",
21
- "ganic-dom": "^2.1.2",
22
- "ganic-usex": "^2.1.3"
+ "ganic": "^2.1.2",
+ "ganic-dom": "^2.1.7",
+ "ganic-usex": "^2.1.4"
23
24
"devDependencies": {
25
"@babel/core": "^7.7.4",
frameworks/keyed/ganic/src/Benchmark.js
@@ -27,7 +27,7 @@ const Jumbotron = ({ dispatch }) => (
27
<div class="jumbotron">
28
<div class="row">
29
<div class="col-md-6">
30
- <h1>Ganic UseX keyed</h1>
+ <h1>Ganic keyed</h1>
31
</div>
32
33
0 commit comments