Skip to content

Commit 4f713b9

Browse files
committed
chore: update @angular to rc1 (#435)
1 parent 10ac2be commit 4f713b9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"node": ">= 4.2.1 < 5"
2626
},
2727
"dependencies": {
28-
"@angular/common": "2.0.0-rc.0",
29-
"@angular/compiler": "2.0.0-rc.0",
30-
"@angular/core": "2.0.0-rc.0",
31-
"@angular/router": "2.0.0-rc.0",
32-
"@angular/http": "2.0.0-rc.0",
33-
"@angular/platform-browser": "2.0.0-rc.0",
34-
"@angular/platform-browser-dynamic": "2.0.0-rc.0",
28+
"@angular/common": "2.0.0-rc.1",
29+
"@angular/compiler": "2.0.0-rc.1",
30+
"@angular/core": "2.0.0-rc.1",
31+
"@angular/router": "2.0.0-rc.1",
32+
"@angular/http": "2.0.0-rc.1",
33+
"@angular/platform-browser": "2.0.0-rc.1",
34+
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
3535
"es6-promise": "^3.0.2",
3636
"es6-shim": "^0.35.0",
3737
"reflect-metadata": "0.1.3",

src/components/icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/angular/material2#readme",
2323
"peerDependencies": {
24-
"@angular/http": "2.0.0-rc.0",
24+
"@angular/http": "2.0.0-rc.1",
2525
"@angular2-material/core": "2.0.0-alpha.4"
2626
}
2727
}

src/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/angular/material2#readme",
2222
"peerDependencies": {
23-
"@angular/core": "^2.0.0-rc.0",
24-
"@angular/common": "^2.0.0-rc.0"
23+
"@angular/core": "^2.0.0-rc.1",
24+
"@angular/common": "^2.0.0-rc.1"
2525
}
2626
}

0 commit comments

Comments
 (0)