Skip to content

Commit 6441a94

Browse files
committed
updated angular to 2.4.1
1 parent 4553122 commit 6441a94

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
"author": "Moiz Kachwala",
2424
"license": "MIT",
2525
"dependencies": {
26-
"@angular/common": "~2.2.3",
27-
"@angular/compiler": "~2.2.3",
28-
"@angular/core": "~2.2.3",
29-
"@angular/forms": "~2.2.3",
30-
"@angular/http": "~2.2.3",
31-
"@angular/platform-browser": "~2.2.3",
32-
"@angular/platform-browser-dynamic": "~2.2.3",
26+
"@angular/common": "~2.4.1",
27+
"@angular/compiler": "~2.4.1",
28+
"@angular/core": "~2.4.1",
29+
"@angular/forms": "~2.4.1",
30+
"@angular/http": "~2.4.1",
31+
"@angular/platform-browser": "~2.4.1",
32+
"@angular/platform-browser-dynamic": "~2.4.1",
3333
"@angular/router": "~3.2.3",
34-
"@angular/upgrade": "~2.2.3",
34+
"@angular/upgrade": "~2.4.1",
3535

3636
"body-parser": "^1.15.2",
3737
"bootstrap": "^3.3.7",
3838
"core-js": "^2.4.1",
3939
"express": "^4.14.0",
4040
"mongoose": "^4.6.1",
4141
"reflect-metadata": "^0.1.8",
42-
"rxjs": "5.0.0-rc.1",
42+
"rxjs": "5.0.2",
4343
"systemjs": "0.19.41",
4444
"zone.js": "^0.7.2"
4545
},

0 commit comments

Comments
 (0)