mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Merge a046f01b81
into 86b8e37e19
This commit is contained in:
commit
065f6609ad
|
@ -43,9 +43,9 @@
|
||||||
"jsdom": "^6.5.1",
|
"jsdom": "^6.5.1",
|
||||||
"mocha": "^2.2.5",
|
"mocha": "^2.2.5",
|
||||||
"mocha-jsdom": "^1.0.0",
|
"mocha-jsdom": "^1.0.0",
|
||||||
"react": "^0.14.0-rc1",
|
"react": "^0.14.0",
|
||||||
"react-addons-test-utils": "^0.14.0-rc1",
|
"react-addons-test-utils": "^0.14.0",
|
||||||
"react-dom": "^0.14.0-rc1",
|
"react-dom": "0.14.0",
|
||||||
"rimraf": "^2.3.4",
|
"rimraf": "^2.3.4",
|
||||||
"webpack": "^1.11.0"
|
"webpack": "^1.11.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
import React, { PropTypes, findDOMNode, Component } from 'react';
|
import React, { PropTypes, Component } from 'react';
|
||||||
|
import { findDOMNode } from 'react-dom';
|
||||||
import LogMonitorEntry from './LogMonitorEntry';
|
import LogMonitorEntry from './LogMonitorEntry';
|
||||||
import LogMonitorButton from './LogMonitorButton';
|
import LogMonitorButton from './LogMonitorButton';
|
||||||
import * as themes from './themes';
|
import * as themes from './themes';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user