Skip to content

Commit

Permalink
react as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
madox2 committed Apr 18, 2017
1 parent 15ca48a commit 73b5bb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"react-scripts": "0.2.1"
},
"dependencies": {
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-ga": "^2.1.2",
"react-highlight": "^0.8.0",
"react-tagcloud": "file:../",
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"prop-types": "^15.5.8",
"randomcolor": "^0.4.2"
},
"peerDependencies": {
"react": "^15.5.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.8.0",
Expand All @@ -45,9 +48,8 @@
"eslint": "^3.2.2",
"eslint-plugin-react": "^6.0.0",
"jest-cli": "^17.0.0",
"react": "^15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-dom": "^15.0.2",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"webpack": "^1.13.3"
}
}

0 comments on commit 73b5bb2

Please sign in to comment.