Skip to content

Commit

Permalink
fix(draggable): upgrade draggable dependency to allow touch events
Browse files Browse the repository at this point in the history
Closes #165
  • Loading branch information
Matt Lewis committed Mar 23, 2017
1 parent 6aa4be1 commit 96145d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}
},
"dependencies": {
"angular-draggable-droppable": "^0.5.4",
"angular-draggable-droppable": "^0.6.0",
"angular-resizable-element": "^0.8.0",
"calendar-utils": "0.0.42",
"date-fns": "^1.15.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ amdefine@>=0.0.4:
version "1.0.1"
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"

angular-draggable-droppable@^0.5.4:
version "0.5.4"
resolved "https://registry.yarnpkg.com/angular-draggable-droppable/-/angular-draggable-droppable-0.5.4.tgz#18b459f38e7b83b5c903b3aa36ce72f0ce26bc87"
angular-draggable-droppable@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/angular-draggable-droppable/-/angular-draggable-droppable-0.6.0.tgz#1622144972413d8b02600e764e3461e113d18a45"

angular-highlight-js@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit 96145d1

Please sign in to comment.