File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import { Provider } from 'react-redux';
8
8
import { App } from './components/app' ;
9
9
import { counterApp } from './reducers' ;
10
10
11
+ declare const require : ( name : String ) => any ;
12
+
11
13
interface IHotModule {
12
14
hot ?: { accept : ( path : string , callback : ( ) => void ) => void } ;
13
15
} ;
Original file line number Diff line number Diff line change 30
30
"express" : " ^4.13.4" ,
31
31
"react-transform-catch-errors" : " ^1.0.1" ,
32
32
"react-transform-hmr" : " ^1.0.2" ,
33
- "redbox-react" : " ^1.2.0 " ,
34
- "rimraf" : " ^2.5.1 " ,
33
+ "redbox-react" : " ^1.2.2 " ,
34
+ "rimraf" : " ^2.5.2 " ,
35
35
"tslint" : " ^3.3.0" ,
36
36
"tslint-loader" : " ^2.1.0" ,
37
37
"webpack" : " ^1.12.12" ,
Original file line number Diff line number Diff line change 16
16
},
17
17
"react/react.d.ts" : {
18
18
"commit" : " ba424f7ee39717d51c17699a09ac8df312a7e9a1"
19
- },
20
- "node/node.d.ts" : {
21
- "commit" : " ba424f7ee39717d51c17699a09ac8df312a7e9a1"
22
19
}
23
20
}
24
21
}
You can’t perform that action at this time.
0 commit comments