mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
use latest jquery/jquery-ui, lower required moment version
This commit is contained in:
+5
-5
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user