Skip to content

Commit

Permalink
Update React, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jun 10, 2017
1 parent 03d4477 commit 7c51cfe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions kanban_app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions kanban_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"gh-pages": "^0.11.0",
"html-webpack-plugin": "^2.28.0",
"html-webpack-template": "^6.0.1",
"redux-devtools": "^3.2.0",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-devtools": "^3.4.0",
"redux-devtools-dock-monitor": "^1.1.2",
"redux-devtools-log-monitor": "^1.3.0",
"style-loader": "^0.18.2",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"node-uuid": "^1.4.7",
"react": "^15.0.1",
"react-addons-update": "^15.0.1",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"redux": "^3.5.1"
"node-uuid": "^1.4.8",
"react": "^15.5.4",
"react-addons-update": "^15.5.2",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"redux": "^3.6.0"
}
}

0 comments on commit 7c51cfe

Please sign in to comment.