mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Updated gulp dependency.
This commit is contained in:
parent
31673436fe
commit
812791d0f8
3 changed files with 3356 additions and 675 deletions
|
@ -32,4 +32,4 @@ gulp.task('scripts', require('./tools/gulp/scripts')(gulp, plugins));
|
|||
gulp.task('styles', require('./tools/gulp/styles')(gulp, plugins));
|
||||
gulp.task('tests', require('./tools/gulp/tests')(gulp, plugins));
|
||||
gulp.task('watch', require('./tools/gulp/watch')(gulp, plugins));
|
||||
gulp.task('default', ['dev']);
|
||||
gulp.task('default', gulp.parallel('dev'));
|
||||
|
|
4001
package-lock.json
generated
4001
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -21,20 +21,20 @@
|
|||
"devDependencies": {
|
||||
"del": "^2.2.0",
|
||||
"fs-extra": "^0.26.3",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-changed": "^3.2.0",
|
||||
"gulp-clean-css": "^3.10.0",
|
||||
"gulp-debug": "^4.0.0",
|
||||
"gulp-load-plugins": "^1.5.0",
|
||||
"gulp-load-plugins": "^1.6.0",
|
||||
"gulp-notify": "^3.2.0",
|
||||
"gulp-plumber": "^1.2.0",
|
||||
"gulp-plumber": "^1.2.1",
|
||||
"gulp-rename": "^1.4.0",
|
||||
"gulp-shell": "^0.6.5",
|
||||
"gulp-sync": "^0.1.4",
|
||||
"gulp-uglify": "^3.0.1",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-util": "^3.0.8",
|
||||
"jsdoc": "^3.5.5",
|
||||
"node-notifier": "^5.3.0",
|
||||
"jsdoc": "^3.6.2",
|
||||
"node-notifier": "^5.4.0",
|
||||
"plato": "^1.5.0",
|
||||
"zip-dir": "^1.0.0"
|
||||
},
|
||||
|
@ -42,17 +42,17 @@
|
|||
"node": ">=0.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.6",
|
||||
"cookieconsent": "^3.0.6",
|
||||
"datatables": "^1.10.12",
|
||||
"bootstrap": "^3.4.1",
|
||||
"cookieconsent": "^3.1.1",
|
||||
"datatables": "^1.10.18",
|
||||
"datejs": "0.0.2",
|
||||
"fullcalendar": "^3.6.1",
|
||||
"jquery": "^3.0.0",
|
||||
"fullcalendar": "^3.10.0",
|
||||
"jquery": "^3.4.1",
|
||||
"jquery-ui": "^1.12.0",
|
||||
"moment": "^2.21.0",
|
||||
"moment": "^2.24.0",
|
||||
"qtip2": "^3.0.3",
|
||||
"sticky-table-headers": "^0.1.19",
|
||||
"trumbowyg": "^2.10.0"
|
||||
"sticky-table-headers": "^0.1.24",
|
||||
"trumbowyg": "^2.18.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "gulp",
|
||||
|
|
Loading…
Reference in a new issue