Skip to content

Commit f54a5f5

Browse files
committed
fix: sanitise invalid hours and minutes on day and week view ranges
Fixes #907
1 parent cb8df38 commit f54a5f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"dependencies": {
136136
"angular-draggable-droppable": "^4.2.0",
137137
"angular-resizable-element": "^3.2.4",
138-
"calendar-utils": "^0.3.0-beta.7",
138+
"calendar-utils": "^0.3.0-beta.8",
139139
"positioning": "^1.4.0"
140140
},
141141
"sideEffects": [

0 commit comments

Comments
 (0)