Skip to content

Commit 9c8115f

Browse files
committed
Merge branch 'update-angular' of https://github.com/trotyl/js-framework-benchmark into trotyl-update-angular
2 parents f57563d + b327084 commit 9c8115f

32 files changed

+34
-34
lines changed
File renamed without changes.
File renamed without changes.

angular-v4.1.2-keyed/index.html renamed to angular-v4.3.3-keyed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>Angular v4.1.2 (AOT)</title>
5+
<title>Angular v4.3.3 (AOT)</title>
66
<meta charset="utf-8" />
77
<link href="/css/currentStyle.css" rel="stylesheet" />
88
</head>
File renamed without changes.

angular-v4.1.2-keyed/package.json renamed to angular-v4.3.3-keyed/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16-
"@angular/common": "4.1.2",
17-
"@angular/compiler": "4.1.2",
18-
"@angular/compiler-cli": "4.1.2",
19-
"@angular/core": "4.1.2",
20-
"@angular/platform-browser": "4.1.2",
21-
"@angular/platform-browser-dynamic": "4.1.2",
16+
"@angular/common": "4.3.3",
17+
"@angular/compiler": "4.3.3",
18+
"@angular/compiler-cli": "4.3.3",
19+
"@angular/core": "4.3.3",
20+
"@angular/platform-browser": "4.3.3",
21+
"@angular/platform-browser-dynamic": "4.3.3",
2222
"core-js": "2.4.1",
23-
"rxjs": "5.4.0",
24-
"zone.js": "0.8.10"
23+
"rxjs": "5.4.2",
24+
"zone.js": "0.8.16"
2525
},
2626
"devDependencies": {
2727
"google-closure-compiler": "20170409.0.0",

angular-v4.1.2-keyed/src/app.ts renamed to angular-v4.3.3-keyed/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let stopMeasure = function () {
3131
<div class="jumbotron">
3232
<div class="row">
3333
<div class="col-md-6">
34-
<h1>Angular v4.1.2</h1>
34+
<h1>Angular v4.3.3</h1>
3535
</div>
3636
<div class="col-md-6">
3737
<div class="col-sm-6 smallpad">
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)