Skip to content

Commit

Permalink
fix(monthView): handle DST changes in the middle of the current month
Browse files Browse the repository at this point in the history
Closes #173
  • Loading branch information
Matt Lewis committed Apr 9, 2017
1 parent 1178b5d commit 28b4be2
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 @@ -142,7 +142,7 @@
"dependencies": {
"angular-draggable-droppable": "^1.0.0",
"angular-resizable-element": "^1.0.0",
"calendar-utils": "0.0.43",
"calendar-utils": "0.0.44",
"date-fns": "^1.15.1",
"positioning": "^1.0.4"
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -762,9 +762,9 @@ cachedir@^1.1.0:
dependencies:
os-homedir "^1.0.1"

calendar-utils@0.0.43:
version "0.0.43"
resolved "https://registry.yarnpkg.com/calendar-utils/-/calendar-utils-0.0.43.tgz#487fb48dd59954f9f83aa72f398483d17ac10b89"
calendar-utils@0.0.44:
version "0.0.44"
resolved "https://registry.yarnpkg.com/calendar-utils/-/calendar-utils-0.0.44.tgz#bf781a614dc93df286573716f48dd619fab1437e"

callsite@1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 28b4be2

Please sign in to comment.