Skip to content

Commit

Permalink
Update React
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyms committed May 9, 2016
1 parent 4ba5d8e commit 1cfe912
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "diffract",
"author": "Amey Sakhadeo",
"version": "0.3.1",
"version": "0.3.2",
"description": "A set of d3 based visualization components built for React",
"main": "build/index.js",
"files": [
Expand All @@ -27,11 +27,11 @@
"dependencies": {
"d3": "^3.5.16",
"react-motion": "^0.4.2",
"react-addons-transition-group": "^0.14.0 || ^15.0.0-rc"
"react-addons-transition-group": "^0.14.0 || ^15.0.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-rc",
"react-dom": "^0.14.0 || ^15.0.0-rc"
"react": "^0.14.0 || ^15.0.2",
"react-dom": "^0.14.0 || ^15.0.2"
},
"devDependencies": {
"babel": "6.5.2",
Expand Down

0 comments on commit 1cfe912

Please sign in to comment.