Skip to content

Commit 1e54ee8

Browse files
committed
update vue to 2.0.7
1 parent 79e8ca4 commit 1e54ee8

File tree

7 files changed

+2121
-9
lines changed

7 files changed

+2121
-9
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h3 class="panel-title">Choose a framework:</h3>
4848
<li><a href="vanillajs/index.html"><span class="glyphicon glyphicon-arrow-right" aria-hidden="true"></span> VanillaJS</a></li>
4949
<li><a href="vidom-v0.3.18/index.html"><span class="glyphicon glyphicon-arrow-right" aria-hidden="true"></span> Vidom v0.3.18</a></li>
5050
<li><a href="vue-v1.0.26/index.html"><span class="glyphicon glyphicon-arrow-right" aria-hidden="true"></span> Vue.js v1.0.26</a></li>
51-
<li><a href="vue-v2.0.0-beta1/index.html"><span class="glyphicon glyphicon-arrow-right" aria-hidden="true"></span> Vue.js v2.0.0-beta1</a></li>
51+
<li><a href="vue-v2.0.7/index.html"><span class="glyphicon glyphicon-arrow-right" aria-hidden="true"></span> Vue.js v2.0.7</a></li>
5252
</ul>
5353
</div>
5454
</div>

vue-v2.0.0-beta1/index.html renamed to vue-v2.0.7/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Vue.js v2.0.0-beta.1</title>
5+
<title>Vue.js v2.0.7</title>
66
<link href="../css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
77
<link href="../css/main.css" rel="stylesheet"/>
88
</head>
@@ -12,7 +12,7 @@
1212
<div class="jumbotron">
1313
<div class="row">
1414
<div class="col-md-6">
15-
<h1>Vue.js v2.0.0-beta.1</h1>
15+
<h1>Vue.js v2.0.7</h1>
1616
</div>
1717
<div class="col-md-6">
1818
<div class="row">

vue-v2.0.0-beta1/package.json renamed to vue-v2.0.7/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"url": "https://github.com/krausest/js-framework-benchmark.git"
1818
},
1919
"devDependencies": {
20-
"babel-core": "6.10.4",
21-
"babel-loader": "6.2.4",
22-
"babel-preset-es2015": "6.9.0",
23-
"babel-preset-stage-0": "6.5.0",
24-
"webpack": "1.13.1"
20+
"babel-core": "6.18.2",
21+
"babel-loader": "6.2.8",
22+
"babel-preset-es2015": "6.18.0",
23+
"babel-preset-stage-0": "6.16.0",
24+
"webpack": "1.13.3"
2525
},
2626
"dependencies": {
27-
"vue": "2.0.0-beta.1"
27+
"vue": "2.0.7"
2828
}
2929
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)