Skip to content

Commit 672f5dc

Browse files
committed
Merge pull request #129 from keokilee/greenkeeper-redbox-react-1.2.2
redbox-react@1.2.2 untested ⚠️
2 parents 635a470 + d21d0c7 commit 672f5dc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

app/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import { Provider } from 'react-redux';
88
import { App } from './components/app';
99
import { counterApp } from './reducers';
1010

11+
declare const require: (name: String) => any;
12+
1113
interface IHotModule {
1214
hot?: { accept: (path: string, callback: () => void) => void };
1315
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"express": "^4.13.4",
3131
"react-transform-catch-errors": "^1.0.1",
3232
"react-transform-hmr": "^1.0.1",
33-
"redbox-react": "^1.2.0",
33+
"redbox-react": "^1.2.2",
3434
"rimraf": "^2.5.2",
3535
"tslint": "^3.3.0",
3636
"tslint-loader": "^2.1.0",

tsd.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
},
1717
"react/react.d.ts": {
1818
"commit": "ba424f7ee39717d51c17699a09ac8df312a7e9a1"
19-
},
20-
"node/node.d.ts": {
21-
"commit": "ba424f7ee39717d51c17699a09ac8df312a7e9a1"
2219
}
2320
}
2421
}

0 commit comments

Comments
 (0)