Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Dependency cleanup #94

Merged
merged 3 commits into from
May 26, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
"mocha": "~2.4.5",
"mocha-jsdom": "^1.1.0",
"rackt-cli": "^0.4.0",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.7"
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7"
},
"tags": [
"react",
Expand All @@ -46,9 +47,9 @@
],
"keywords": [],
"dependencies": {
"babel-preset-es2015": "^6.5.0",
"dom-scroll-into-view": "1.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7"
"dom-scroll-into-view": "1.0.1"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0-0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React.render was removed in version 15 - probably want to update the examples in this PR too.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, going to do it in a separate PR.

}
}