Skip to content

Commit 65e9940

Browse files
committed
Merge branch 'master' of https://github.com/bobril/js-framework-benchmark into bobril-master
2 parents fb71329 + bdbf323 commit 65e9940

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

frameworks/keyed/bobril/.bbrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bbVersion": "2.7.0",
3-
"title": "Bobril v20.3.5",
2+
"bbVersion": "2.8.1",
3+
"title": "Bobril v20.4.1",
44
"buildOutputDir": ".",
55
"dependencies": "disable",
66
"head": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">"

frameworks/keyed/bobril/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Bobril v20.3.5</title><link rel="stylesheet" href="dist/a.css"></head><body><script src="dist/a.js" charset="utf-8"></script></body></html>
1+
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Bobril v20.4.1</title><link rel="stylesheet" href="dist/a.css"></head><body><script src="dist/a.js" charset="utf-8"></script></body></html>

frameworks/keyed/bobril/package-lock.json

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

frameworks/keyed/bobril/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"bobril-build": "*"
2727
},
2828
"dependencies": {
29-
"bobril": "20.3.5"
29+
"bobril": "20.4.1"
3030
}
3131
}

frameworks/keyed/bobril/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const Header = b.createComponent<IHeaderData>({
5555
const d = ctx.data;
5656
me.className = "jumbotron";
5757
me.children = divWithClass("row", [
58-
divWithClass("col-md-6", { tag: "h1", children: "Bobril v20.3.5" }),
58+
divWithClass("col-md-6", { tag: "h1", children: "Bobril v20.4.1" }),
5959
divWithClass("col-md-6", [
6060
divWithClass(
6161
"col-sm-6 smallpad",

0 commit comments

Comments
 (0)