Skip to content

Commit 8fe4ffb

Browse files
author
Seth Davenport
committed
Update to angular 2.0.0 final
1 parent e8591a8 commit 8fe4ffb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

examples/counter/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
},
2424
"homepage": "https://github.com/wbuchwalter/ng2-redux#readme",
2525
"dependencies": {
26-
"@angular/common": "2.0.0-rc.6",
27-
"@angular/compiler": "2.0.0-rc.6",
28-
"@angular/core": "2.0.0-rc.6",
29-
"@angular/http": "2.0.0-rc.6",
30-
"@angular/platform-browser": "2.0.0-rc.6",
31-
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
26+
"@angular/common": "^2.0.0",
27+
"@angular/compiler": "^2.0.0",
28+
"@angular/core": "^2.0.0",
29+
"@angular/http": "^2.0.0",
30+
"@angular/platform-browser": "^2.0.0",
31+
"@angular/platform-browser-dynamic": "^2.0.0",
3232
"core-js": "^2.3.0",
33-
"ng2-redux": "^3.3.9",
33+
"ng2-redux": "^4.0.0-beta.0",
3434
"redux": "^3.5.0",
3535
"redux-logger": "^2.6.1",
3636
"redux-localstorage": "^0.4.0",
3737
"reflect-metadata": "0.1.3",
38-
"rxjs": "5.0.0-beta.11",
39-
"zone.js": "^0.6.15"
38+
"rxjs": "5.0.0-beta.12",
39+
"zone.js": "^0.6.21"
4040
},
4141
"devDependencies": {
4242
"@types/core-js": "^0.9.32",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/angular-redux/ng2-redux#readme",
4949
"devDependencies": {
50-
"@angular/core": "2.0.0-rc.6",
50+
"@angular/core": "^2.0.0",
5151
"@types/chai": "^3.4.31",
5252
"@types/es6-shim": "0.0.30",
5353
"@types/mocha": "^2.2.30",
@@ -63,7 +63,7 @@
6363
"redux": "^3.4.0",
6464
"reflect-metadata": "0.1.3",
6565
"rimraf": "^2.5.2",
66-
"rxjs": "5.0.0-beta.11",
66+
"rxjs": "5.0.0-beta.12",
6767
"sinon": "^1.16.1",
6868
"sinon-chai": "^2.8.0",
6969
"symbol-observable": "^1.0.1",
@@ -73,7 +73,7 @@
7373
"zone.js": "^0.6.17"
7474
},
7575
"peerDependencies": {
76-
"@angular/core": "2.0.0-rc.3 || ^2.0.0-rc.4 || ^2.0.0-rc.5 || ^2.0.0-rc.6",
76+
"@angular/core": "^2.0.0",
7777
"redux": "^3.5.0"
7878
},
7979
"nyc": {

0 commit comments

Comments
 (0)