Skip to content

Commit

Permalink
fix(deps): remove direct dep on react-addons-test-utils
Browse files Browse the repository at this point in the history
fixes #56
  • Loading branch information
vvo committed Nov 16, 2016
1 parent c65d907 commit 06d2588
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 266 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import React, {isValidElement as isElement} from 'react';
import collapse from 'collapse-white-space';
import {isElement} from 'react-addons-test-utils';
import isPlainObject from 'is-plain-object';
import stringify from 'stringify-object';
import sortobject from 'sortobject';
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,26 @@
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babel-register": "^6.18.0",
"eslint": "^3.10.1",
"eslint": "^3.10.2",
"eslint-config-algolia": "^6.0.1",
"eslint-import-resolver-webpack": "^0.7.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "^2.1.0",
"eslint-plugin-react": "^6.7.0",
"eslint-plugin-react": "^6.7.1",
"expect": "^1.14.0",
"mocha": "^3.1.2",
"react": "^15.3.2",
"webpack": "^1.13.3"
"react": "^15.4.0",
"react-dom": "^15.4.0",
"webpack": "^1.13.3",
"react-addons-test-utils": "^15.4.0"
},
"peerDependencies": {
"react": "^0.14.8 || ^15.0.1"
},
"dependencies": {
"collapse-white-space": "^1.0.0",
"is-plain-object": "^2.0.1",
"lodash": "^4.17.0",
"react-addons-test-utils": "^0.14.8 || ^15.0.1",
"lodash": "^4.17.2",
"sortobject": "^1.0.0",
"stringify-object": "^3.0.0",
"traverse": "^0.6.6"
Expand Down
Loading

0 comments on commit 06d2588

Please sign in to comment.