Skip to content

Commit

Permalink
WEBUI-1159: bump gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Jul 21, 2023
1 parent aa81c8d commit 40bbf0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nuxeo-designer-catalog/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const gutil = require('gulp-util');
const git = require('gulp-git');
const del = require('del');
const { spawn } = require('child_process');
const runSequence = require('run-sequence');
const runSequence = require('gulp4-run-sequence');
const merge = require('merge-stream');
const path = require('path');
const bower = require('gulp-bower');
Expand Down
3 changes: 2 additions & 1 deletion packages/nuxeo-designer-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"clean-data": "find data/applications/nuxeo/**/ ! -name 'catalog-packages.json' -delete"
},
"dependencies": {
"gulp": "^4.0.2",
"gulp4-run-sequence": "^1.0.0",
"JSONStream": "^1.3.5",
"async": "^3.2.3",
"async-each": "^1.0.3",
Expand All @@ -24,7 +26,6 @@
"end-of-stream": "^1.4.4",
"from2": "^1.3.0",
"fs-extra": "^4.0.3",
"gulp": "^3.9.1",
"gulp-bower": "^0.0.13",
"gulp-git": "^2.10.1",
"gulp-util": "^3.0.8",
Expand Down

0 comments on commit 40bbf0b

Please sign in to comment.