Skip to content

Commit

Permalink
fix(react): avoid duplicating React
Browse files Browse the repository at this point in the history
Ultimately we should have React as a peerDependency.

fixes #1386
  • Loading branch information
vvo committed Oct 7, 2016
1 parent c044c2b commit 6bf67d0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@
"webpack-dev-server": "1.15.0"
},
"dependencies": {
"algoliasearch": "3.18.0",
"algoliasearch-helper": "2.14.0",
"classnames": "2.2.5",
"events": "1.1.0",
"algoliasearch": "^3.18.0",
"algoliasearch-helper": "^2.14.0",
"classnames": "^2.2.5",
"events": "^1.1.0",
"hogan.js": "3.0.2",
"lodash": "4.15.0",
"react": "15.3.1",
"react-dom": "15.3.1",
"react-nouislider": "1.13.0",
"to-factory": "1.0.0"
"lodash": "^4.15.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-nouislider": "^1.13.0",
"to-factory": "^1.0.0"
},
"license": "MIT"
}

0 comments on commit 6bf67d0

Please sign in to comment.