Skip to content

Commit 0523060

Browse files
committed
Upate typings files (#63)
Removes deprecation warnings, old redux typings. Fixes #58
1 parent e189c53 commit 0523060

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

examples/counter/typings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@
44
"ambientDependencies": {
55
"es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#4de74cb527395c13ba20b438c3a7a419ad931f1c",
66
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#366b936e62a6244a15f011e0ee0559b903d1dd65"
7-
},
8-
"dependencies": {
9-
"redux-thunk": "registry:npm/redux-thunk#1.0.4+20160207154919"
107
}
11-
128
}

typings.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@
22
"name": "ng2-redux",
33
"version": false,
44
"ambientDependencies": {
5-
"es6-shim": "registry:dt/es6-shim#0.31.2+20160215162030",
6-
"invariant": "registry:dt/invariant#2.2.0+20160118023809",
7-
"mocha": "registry:dt/mocha#2.2.5+20160317120654",
5+
"chai": "registry:dt/chai#3.4.0+20160317120654",
6+
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654",
7+
"invariant": "registry:dt/invariant#2.2.0+20160317120654",
88
"lodash": "github:DefinitelyTyped/DefinitelyTyped/lodash/lodash.d.ts#70bf7e2bfeb0d5b1b651ef3219bcc65c8eec117e",
9-
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#20e1eb9616922d382d918cc5a21870a9dbe255f5"
10-
},
11-
"dependencies": {
12-
"redux": "github:reactjs/redux/index.d.ts#324849df224acdfdf88a17bce97ec400031a705c"
13-
},
14-
"devDependencies": {
15-
"sinon-chai": "registry:npm/sinon-chai#2.8.0+20160310030142",
16-
"chai": "registry:npm/chai#3.5.0+20160402210230",
17-
"sinon": "registry:npm/sinon#1.16.0+20160309002336"
9+
"mocha": "registry:dt/mocha#2.2.5+20160317120654",
10+
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#20e1eb9616922d382d918cc5a21870a9dbe255f5",
11+
"sinon": "registry:dt/sinon#1.16.0+20160317120654",
12+
"sinon-chai": "registry:dt/sinon-chai#2.7.0+20160317120654"
1813
}
1914
}

0 commit comments

Comments
 (0)