Skip to content

Commit 549d01b

Browse files
committed
upgrade package to react 15.6
1 parent a24f4f8 commit 549d01b

File tree

3 files changed

+4855
-8
lines changed

3 files changed

+4855
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@
8181
"jsdom": "^9.12.0",
8282
"mocha": "^3.2.0",
8383
"nodemon": "^1.11.0",
84-
"react": "^15.4.2",
84+
"react": "15.6.2",
8585
"react-addons-test-utils": "^15.4.2",
86-
"react-dom": "^15.4.2",
86+
"react-dom": "15.6.2",
8787
"run-sequence": "^1.2.2",
8888
"sinon": "^2.0"
8989
},
9090
"peerDependencies": {
91-
"react": "~0.14.8 || ^15.0.0",
92-
"react-dom": "~0.14.8 || ^15.0.0"
91+
"react": "~0.14.8 || ^15.0.0"
9392
},
9493
"dependencies": {
95-
"babel-runtime": "^6.23.0",
96-
"lodash.noop": "^3.0.1",
97-
"lodash.omit": "^4.5.0"
94+
"babel-runtime": "6.26.0",
95+
"lodash.noop": "3.0.1",
96+
"lodash.omit": "4.5.0",
97+
"prop-types": "15.6.0"
9898
}
9999
}

src/ReactLazyTree.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import React, { PropTypes } from 'react';
1+
import React from 'react';
2+
import PropTypes from 'prop-types';
23
import omit from 'lodash.omit';
34
import noop from 'lodash.noop';
45
import TreeNode from './TreeNode';

0 commit comments

Comments
 (0)