Skip to content

Commit

Permalink
lock React in 15.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Berkeley committed Nov 19, 2016
1 parent d7534be commit 64a086e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"history": "^2.0.0",
"lodash": "^4.15.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react": "~15.3.1",
"react-dom": "~15.3.1",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"react-router-redux": "^4.0.5",
Expand Down

1 comment on commit 64a086e

@kenberkeley
Copy link
Owner

Choose a reason for hiding this comment

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

fix #13

Please sign in to comment.