Skip to content

Commit

Permalink
Merge pull request #23 from KyleAMathews/update-react-onclickoutside
Browse files Browse the repository at this point in the history
Upgrade react-onclickoutside to avoid React not defined errors
  • Loading branch information
KyleAMathews committed Aug 21, 2015
2 parents 410c46e + fa37fc7 commit 598f496
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 @@ -46,10 +46,10 @@
"react-component-gulp-tasks": "^0.7.0"
},
"dependencies": {
"classnames": "^2.1.2",
"lodash": ">=2.4.1",
"react": ">=0.12.1",
"classnames": "^2.1.2",
"react-onclickoutside": "^0.2.4"
"react-onclickoutside": "^0.3.1"
},
"browserify-shim": {
"classnames": "global:classNames",
Expand Down

0 comments on commit 598f496

Please sign in to comment.