Skip to content

Commit bc909a3

Browse files
author
Matt Lewis
committed
fix: allow events to be dragged and clicked
Closes #123
1 parent 57eeb7b commit bc909a3

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
},
132132
"dependencies": {
133133
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.0",
134-
"angular-draggable-droppable": "^0.5.0",
134+
"angular-draggable-droppable": "^0.5.1",
135135
"angular-resizable-element": "^0.5.4",
136136
"calendar-utils": "0.0.39",
137137
"date-fns": "^1.15.1"

yarn.lock

+2-6
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,11 @@ alphanum-sort@^1.0.1, alphanum-sort@^1.0.2:
192192
version "1.0.2"
193193
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
194194

195-
195+
[email protected], amdefine@>=0.0.4:
196196
version "1.0.0"
197197
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.0.tgz#fd17474700cb5cc9c2b709f0be9d23ce3c198c33"
198198

199-
amdefine@>=0.0.4:
200-
version "1.0.1"
201-
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
202-
203-
angular-draggable-droppable@^0.5.0:
199+
angular-draggable-droppable@^0.5.1:
204200
version "0.5.1"
205201
resolved "https://registry.yarnpkg.com/angular-draggable-droppable/-/angular-draggable-droppable-0.5.1.tgz#f26d8d7a2fa74733f2f3fd415bcd4d4083f2a7cb"
206202

0 commit comments

Comments
 (0)