Skip to content

Commit c36ac4d

Browse files
filipesilvaFoxandxss
authored andcommitted
chore: update to angular 2.2.0 (angular#283)
1 parent 9de879d commit c36ac4d

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Upgraders: to be sure of a fresh start, consider running these commands
44
* `npm install`
55
* `npm run webdriver:update`
66

7+
<a name="0.2.16"></a>
8+
# 0.2.16 (2016-11-14)
9+
* Update to Angular 2.2.0
10+
711
<a name="0.2.15"></a>
812
# 0.2.15 (2016-10-29)
913
* Revert to Jasmine 2.4.1 because bug in 2.5.x (see [jasmine issue #1231](https://github.com/jasmine/jasmine/issues/1231))

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
}
2626
],
2727
"dependencies": {
28-
"@angular/common": "~2.1.2",
29-
"@angular/compiler": "~2.1.2",
30-
"@angular/core": "~2.1.2",
31-
"@angular/forms": "~2.1.2",
32-
"@angular/http": "~2.1.2",
33-
"@angular/platform-browser": "~2.1.2",
34-
"@angular/platform-browser-dynamic": "~2.1.2",
35-
"@angular/router": "~3.1.2",
36-
"@angular/upgrade": "~2.1.2",
28+
"@angular/common": "~2.2.0",
29+
"@angular/compiler": "~2.2.0",
30+
"@angular/core": "~2.2.0",
31+
"@angular/forms": "~2.2.0",
32+
"@angular/http": "~2.2.0",
33+
"@angular/platform-browser": "~2.2.0",
34+
"@angular/platform-browser-dynamic": "~2.2.0",
35+
"@angular/router": "~3.2.0",
36+
"@angular/upgrade": "~2.2.0",
3737

38-
"angular-in-memory-web-api": "~0.1.13",
38+
"angular-in-memory-web-api": "~0.1.15",
3939
"systemjs": "0.19.40",
4040
"core-js": "^2.4.1",
4141
"reflect-metadata": "^0.1.8",

0 commit comments

Comments
 (0)