Skip to content

Commit

Permalink
Update FullCalendar to v5 (#1151).
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jan 18, 2022
1 parent d8d12c4 commit a96b823
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
7 changes: 3 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down
19 changes: 7 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a96b823

Please sign in to comment.