mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Update FullCalendar to v5 (#1151).
This commit is contained in:
parent
d8d12c4c9f
commit
a96b8238ef
3 changed files with 11 additions and 17 deletions
|
@ -130,10 +130,9 @@ function vendor(done) {
|
|||
]).pipe(gulp.dest('assets/vendor/cookieconsent'));
|
||||
|
||||
// fullcalendar
|
||||
gulp.src([
|
||||
'node_modules/fullcalendar/dist/fullcalendar.min.js',
|
||||
'node_modules/fullcalendar/dist/fullcalendar.min.css'
|
||||
]).pipe(gulp.dest('assets/vendor/fullcalendar'));
|
||||
gulp.src(['node_modules/fullcalendar/main.min.js', 'node_modules/fullcalendar/main.min.css']).pipe(
|
||||
gulp.dest('assets/vendor/fullcalendar')
|
||||
);
|
||||
|
||||
// jquery
|
||||
gulp.src(['node_modules/jquery/dist/jquery.min.js']).pipe(gulp.dest('assets/vendor/jquery'));
|
||||
|
|
19
package-lock.json
generated
19
package-lock.json
generated
|
@ -11,7 +11,7 @@
|
|||
"@popperjs/core": "^2.10.2",
|
||||
"bootstrap": "^5.1.3",
|
||||
"cookieconsent": "^3.1.1",
|
||||
"fullcalendar": "^3.10.4",
|
||||
"fullcalendar": "^5.10.1",
|
||||
"jquery": "^3.5.1",
|
||||
"jquery-jeditable": "^2.0.19",
|
||||
"jquery-ui-dist": "^1.12.1",
|
||||
|
@ -3488,13 +3488,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/fullcalendar": {
|
||||
"version": "3.10.5",
|
||||
"resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.5.tgz",
|
||||
"integrity": "sha512-JGWpECKgza/344bbF5QT0hBJpx04DZ/7QGPlR1ZbAwrG6Yz6mWEkQd+NnZUh1sK6HCBIPnPRW2x53aJxeLGvvQ==",
|
||||
"peerDependencies": {
|
||||
"jquery": "2 - 3",
|
||||
"moment": "^2.20.1"
|
||||
}
|
||||
"version": "5.10.1",
|
||||
"resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.10.1.tgz",
|
||||
"integrity": "sha512-0jgDxiWRuC36MzAUK3+Equmu4R0+vAPEtttsXLX9GNNDUHEZ5HjcH+dUtWut4vlJtxGJgVZ+eZ76/7qhcu+RMA=="
|
||||
},
|
||||
"node_modules/function-bind": {
|
||||
"version": "1.1.1",
|
||||
|
@ -10259,10 +10255,9 @@
|
|||
}
|
||||
},
|
||||
"fullcalendar": {
|
||||
"version": "3.10.5",
|
||||
"resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.5.tgz",
|
||||
"integrity": "sha512-JGWpECKgza/344bbF5QT0hBJpx04DZ/7QGPlR1ZbAwrG6Yz6mWEkQd+NnZUh1sK6HCBIPnPRW2x53aJxeLGvvQ==",
|
||||
"requires": {}
|
||||
"version": "5.10.1",
|
||||
"resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-5.10.1.tgz",
|
||||
"integrity": "sha512-0jgDxiWRuC36MzAUK3+Equmu4R0+vAPEtttsXLX9GNNDUHEZ5HjcH+dUtWut4vlJtxGJgVZ+eZ76/7qhcu+RMA=="
|
||||
},
|
||||
"function-bind": {
|
||||
"version": "1.1.1",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"@popperjs/core": "^2.10.2",
|
||||
"bootstrap": "^5.1.3",
|
||||
"cookieconsent": "^3.1.1",
|
||||
"fullcalendar": "^3.10.4",
|
||||
"fullcalendar": "^5.10.1",
|
||||
"jquery": "^3.5.1",
|
||||
"jquery-jeditable": "^2.0.19",
|
||||
"jquery-ui-dist": "^1.12.1",
|
||||
|
|
Loading…
Reference in a new issue