Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Bump fullcalendar & lodash versions for compatibility with jQuery 3
Browse files Browse the repository at this point in the history
ICEKit/GLAMKig uses jQuery version 3+ by default, which is incompatible
with fullcalendar version 2.6.

Bumped versions:
- fullcalendar ^3.0.1
- lodash: ^4.14.2  (to match the version used in ICEKit / GLAMKit)
  • Loading branch information
jmurty committed Oct 18, 2016
1 parent cbf236c commit 6a0bf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icekit_events/static/icekit_events/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"dependencies": {
"jquery-ui": "~1.11.4",
"fullcalendar": "~2.6.0",
"fullcalendar": "^3.0.1",
"iframe-resizer": "~2.8.7",
"lodash": "~3.9.3",
"lodash": "^4.14.2",
"skveege-rrule": "~2.1.3",
"font-awesome": "~4.3.0"
}
Expand Down

0 comments on commit 6a0bf5a

Please sign in to comment.