Skip to content

Commit 4b02c8a

Browse files
committed
Upgrade to Angular RC6
1 parent b13b093 commit 4b02c8a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434
"main": "./dist/index.js",
3535
"typings": "./dist/index.d.ts",
3636
"dependencies": {
37-
"@angular/common": "2.0.0-rc.4",
38-
"@angular/compiler": "2.0.0-rc.4",
39-
"@angular/core": "2.0.0-rc.4",
40-
"@angular/http": "2.0.0-rc.4",
41-
"@angular/platform-browser": "2.0.0-rc.4",
42-
"rxjs": "5.0.0-beta.6",
43-
"zone.js": "0.6.12",
37+
"@angular/common": "2.0.0-rc.6",
38+
"@angular/compiler": "2.0.0-rc.6",
39+
"@angular/core": "2.0.0-rc.6",
40+
"@angular/http": "2.0.0-rc.6",
41+
"@angular/platform-browser": "2.0.0-rc.6",
42+
"rxjs": "5.0.0-beta.11",
43+
"zone.js": "0.6.17",
4444
"reflect-metadata": "0.1.3",
4545
"underscore": "^1.8.3"
4646
},
4747
"devDependencies": {
4848
"codelyzer": "^0.0.25",
4949
"tslint": "^3.13.0",
50-
"typescript": "^1.8.10",
50+
"typescript": "2.0.0",
5151
"typings": "^1.3.1"
5252
},
5353
"engines": {

0 commit comments

Comments
 (0)