Skip to content

Commit da98ee3

Browse files
SethDavenportsmithad15
authored andcommitted
Updated to angular2 RC4 & other fixes (angular-redux#148)
* Updated to angular2 RC4 Also updated some obsolete typings files, and added redux as a devDep as well as a peerDep. The last point makes it easier to hack on ng2-redux itself. * Version range for ng2
1 parent 7467ff4 commit da98ee3

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
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.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",
27+
"@angular/common": "2.0.0-rc.4",
28+
"@angular/compiler": "2.0.0-rc.4",
29+
"@angular/core": "2.0.0-rc.4",
30+
"@angular/http": "2.0.0-rc.4",
31+
"@angular/platform-browser": "2.0.0-rc.4",
32+
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
3333
"core-js": "^2.3.0",
3434
"ng2-redux": "^3.1.0",
3535
"redux": "^3.4.0",

packages/store/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-redux",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Angular 2 bindings for Redux",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -46,11 +46,12 @@
4646
},
4747
"homepage": "https://github.com/angular-redux/ng2-redux#readme",
4848
"devDependencies": {
49-
"@angular/core": "2.0.0-rc.3",
49+
"@angular/core": "^2.0.0-rc.4",
5050
"chai": "^3.5.0",
5151
"es6-shim": "^0.35.0",
5252
"expect": "^1.8.0",
5353
"mocha": "^2.4.5",
54+
"redux": "^3.4.0",
5455
"reflect-metadata": "0.1.3",
5556
"rimraf": "^2.5.2",
5657
"rxjs": "5.0.0-beta.6",
@@ -64,7 +65,7 @@
6465
"zone.js": "0.6.12"
6566
},
6667
"peerDependencies": {
67-
"@angular/core": "2.0.0-rc.3",
68+
"@angular/core": "2.0.0-rc.3 || ^2.0.0-rc.4",
6869
"redux": "^3.4.0",
6970
"rxjs": "5.0.0-beta.6",
7071
"typings": "^1.0.4",

packages/store/typings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "ng2-redux",
33
"version": false,
44
"globalDependencies": {
5-
"chai": "registry:dt/chai#3.4.0+20160317120654",
6-
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654",
7-
"mocha": "registry:dt/mocha#2.2.5+20160317120654",
8-
"node": "registry:dt/node#6.0.0+20160602155235",
9-
"sinon": "registry:dt/sinon#1.16.0+20160317120654",
5+
"chai": "registry:dt/chai#3.4.0+20160601211834",
6+
"es6-shim": "registry:dt/es6-shim#0.31.2+20160602141504",
7+
"mocha": "registry:dt/mocha#2.2.5+20160619032855",
8+
"node": "registry:dt/node#6.0.0+20160621231320",
9+
"sinon": "registry:dt/sinon#1.16.0+20160517064723",
1010
"sinon-chai": "registry:dt/sinon-chai#2.7.0+20160317120654"
1111
}
1212
}

0 commit comments

Comments
 (0)