File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 36
36
"rxjs" : " 5.5.6" ,
37
37
"tslib" : " 1.8.1" ,
38
38
"typesafe-actions" : " 1.1.2" ,
39
- "utility-types" : " 1.0 .0"
39
+ "utility-types" : " 1.1 .0"
40
40
},
41
41
"devDependencies" : {
42
42
"@types/enzyme" : " 3.1.8" ,
56
56
"ts-jest" : " 22.0.1" ,
57
57
"tslint" : " 5.8.0" ,
58
58
"tslint-react" : " 3.3.3" ,
59
- "typescript" : " 2.6 .2" ,
59
+ "typescript" : " 2.7 .2" ,
60
60
"webpack" : " 3.10.0" ,
61
61
"webpack-blocks" : " 1.0.0-rc.2"
62
62
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const withState = <P extends WrappedComponentProps>(
23
23
static displayName = `withState(${ WrappedComponent . name } )` ;
24
24
25
25
state : State = {
26
- count : ( this . props . initialCount || 0 ) ! ,
26
+ count : Number ( this . props . initialCount ) || 0 ,
27
27
} ;
28
28
29
29
handleIncrement = ( ) => {
Original file line number Diff line number Diff line change 7211
7211
version "1.1.2"
7212
7212
resolved "https://registry.yarnpkg.com/typesafe-actions/-/typesafe-actions-1.1.2.tgz#af88ede3ee254be425c3e0e02de11b182830ae48"
7213
7213
7214
- [email protected] , typescript@^2.4.2:
7214
+
7215
+ version "2.7.2"
7216
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
7217
+
7218
+ typescript@^2.4.2 :
7215
7219
version "2.6.2"
7216
7220
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
7217
7221
@@ -7467,9 +7471,9 @@ utila@~0.4:
7467
7471
version "0.4.0"
7468
7472
resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
7469
7473
7470
- utility-types@1.0 .0 :
7471
- version "1.0 .0"
7472
- resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-1.0 .0.tgz#95e0774ed78ffa055fc228591963de3902e36609 "
7474
+ utility-types@1.1 .0 :
7475
+ version "1.1 .0"
7476
+ resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-1.1 .0.tgz#52408b6ed852fdd4076b48b30ed726f139b0f116 "
7473
7477
7474
7478
7475
7479
version "1.0.1"
You can’t perform that action at this time.
0 commit comments