Skip to content

Commit 3bfd50f

Browse files
committed
updated typings
1 parent 4c240df commit 3bfd50f

File tree

9 files changed

+11
-26
lines changed

9 files changed

+11
-26
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@
3434
"devDependencies": {
3535
"@types/blue-tape": "^0.1.30",
3636
"@types/classnames": "^0.0.32",
37-
"@types/react": "^0.14.39",
37+
"@types/react": "^0.14.43",
3838
"@types/react-dom": "^0.14.11",
3939
"@types/react-redux": "^4.4.32",
40-
"@types/react-router": "^2.0.37",
40+
"@types/react-router": "^2.0.39",
4141
"@types/react-router-redux": "^4.0.34",
4242
"@types/redux": "^3.6.31",
43-
"@types/redux-actions": "^0.8.30",
43+
"@types/redux-actions": "^0.8.32",
44+
"@types/seamless-immutable": "^6.1.2",
4445
"@types/tape": "^4.2.28",
4546
"@types/whatwg-fetch": "^0.0.32",
4647
"faucet": "^0.0.1",
@@ -51,7 +52,7 @@
5152
"rimraf": "^2.5.4",
5253
"shelljs": "^0.7.5",
5354
"tslint": "^3.15.1",
54-
"typescript": "^2.0.9"
55+
"typescript": "^2.1.1"
5556
},
5657
"jspm": {
5758
"name": "app",

src/types/app.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// interface FluxStandardAction<PayloadType> {
2+
// type: string;
3+
// payload: PayloadType;
4+
// error?: boolean;
5+
// meta?: any;
6+
// }

src/typings/app.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/typings/seamless-immutable.d.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)