Skip to content

Commit baccb26

Browse files
Evan Schultzsmithad15
Evan Schultz
authored andcommitted
Merge pull request angular-redux#135 from SethDavenport/chore/rc2
Update to rc3
1 parent df25941 commit baccb26

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/store/examples/counter/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
},
2525
"homepage": "https://github.com/wbuchwalter/ng2-redux#readme",
2626
"dependencies": {
27-
"@angular/common": "2.0.0-rc.2",
28-
"@angular/compiler": "2.0.0-rc.2",
29-
"@angular/core": "2.0.0-rc.2",
30-
"@angular/http": "2.0.0-rc.2",
31-
"@angular/platform-browser": "2.0.0-rc.2",
32-
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
27+
"@angular/common": "2.0.0-rc.3",
28+
"@angular/compiler": "2.0.0-rc.3",
29+
"@angular/core": "2.0.0-rc.3",
30+
"@angular/http": "2.0.0-rc.3",
31+
"@angular/platform-browser": "2.0.0-rc.3",
32+
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
3333
"core-js": "^2.3.0",
3434
"ng2-redux": "^3.0.0",
3535
"redux": "^3.4.0",

packages/store/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"homepage": "https://github.com/angular-redux/ng2-redux#readme",
4848
"devDependencies": {
49-
"@angular/core": "2.0.0-rc.1",
49+
"@angular/core": "2.0.0-rc.3",
5050
"chai": "^3.5.0",
5151
"es6-shim": "^0.35.0",
5252
"expect": "^1.8.0",
@@ -66,7 +66,7 @@
6666
},
6767
"peerDependencies": {
6868
"rxjs": "5.0.0-beta.6",
69-
"@angular/core": "2.0.0-rc.1",
69+
"@angular/core": "2.0.0-rc.3",
7070
"typings": "^1.0.4",
7171
"zone.js": "0.6.12"
7272
},

0 commit comments

Comments
 (0)