From 7eb8a5eddae2e8c9f0902e3e5cf46a87cd7418c9 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sat, 31 May 2014 16:38:06 -0700 Subject: [PATCH] use latest jquery/jquery-ui, lower required moment version --- bower.json | 10 +++++----- fullcalendar.jquery.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 6edc8e7..15c565b 100644 --- a/bower.json +++ b/bower.json @@ -7,16 +7,16 @@ "homepage": "http://arshaw.com/fullcalendar/", "dependencies": { - "jquery": "~1.10.2", - "moment": ">=2.6.0" + "jquery": "~1.11.1", + "moment": ">=2.5.0" }, "devDependencies": { - "moment-timezone": "~0.0.6", - "jquery-ui": "~1.10.3", + "jquery-ui": "~1.10.4", "jquery-simulate-ext": "~1.3.0", "jquery-mockjax": "~1.5.3", "jasmine-jquery": "~2.0.3", - "jasmine-fixture": "~1.2.0" + "jasmine-fixture": "~1.2.0", + "moment-timezone": "~0.0.6" }, "main": [ diff --git a/fullcalendar.jquery.json b/fullcalendar.jquery.json index df7db3a..6a42253 100644 --- a/fullcalendar.jquery.json +++ b/fullcalendar.jquery.json @@ -7,11 +7,11 @@ "homepage": "http://arshaw.com/fullcalendar/", "dependencies": { - "jquery": "~1.10.2", - "moment": ">=2.6.0" + "jquery": "~1.11.1", + "moment": ">=2.5.0" }, "optionalDependencies": { - "jquery-ui": "~1.10.3" + "jquery-ui": "~1.10.4" }, "title": "FullCalendar",