Skip to content

Commit fbcbf4d

Browse files
committed
chore(*): update angular 4.0 version final
1 parent bc26be1 commit fbcbf4d

File tree

2 files changed

+279
-295
lines changed

2 files changed

+279
-295
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"CHANGELOG.md"
3333
],
3434
"devDependencies": {
35-
"@angular/compiler": "2.4.8",
36-
"@angular/compiler-cli": "2.4.8",
37-
"@angular/core": "2.4.8",
38-
"@angular/http": "2.4.8",
39-
"@angular/platform-browser-dynamic": "2.4.8",
40-
"@mbamobi/configuration": "^2.0.0",
35+
"@angular/compiler": "4.0.0",
36+
"@angular/compiler-cli": "4.0.0",
37+
"@angular/core": "4.0.0",
38+
"@angular/http": "4.0.0",
39+
"@angular/platform-browser-dynamic": "4.0.0",
40+
"@mbamobi/configuration": "^3.0.0",
4141
"@types/jasmine": "2.2.33",
4242
"codelyzer": "2.0.0-beta.4",
4343
"commitizen": "^2.8.6",
@@ -50,20 +50,20 @@
5050
"nyc": "10.0.0",
5151
"reflect-metadata": "0.1.8",
5252
"rimraf": "^2.5.4",
53-
"rxjs": "5.0.1",
53+
"rxjs": "5.1.1",
5454
"tslint": "4.3.1",
5555
"tslint-eslint-rules": "3.2.3",
5656
"tslint-ionic-rules": "0.0.8",
5757
"typedoc": "^0.5.1",
58-
"typescript": "2.0.9",
59-
"zone.js": "^0.7.2"
58+
"typescript": "~2.2.1",
59+
"zone.js": "^0.8.4"
6060
},
6161
"peerDependencies": {
62-
"@angular/core": "^2.4.8",
63-
"@angular/http": "^2.4.8",
64-
"@mbamobi/configuration": "^2.0.0",
65-
"rxjs": "5.0.1",
66-
"zone.js": "^0.7.2"
62+
"@angular/core": "^4.0.0",
63+
"@angular/http": "^4.0.0",
64+
"@mbamobi/configuration": "^3.0.0",
65+
"rxjs": "5.1.1",
66+
"zone.js": "^0.8.4"
6767
},
6868
"repository": {
6969
"type": "git",

0 commit comments

Comments
 (0)