clean up gulp dependencies

This commit is contained in:
Matt Walsh 2025-05-14 14:10:05 -05:00
commit 468e057c51
No known key found for this signature in database
3 changed files with 486 additions and 297 deletions

View file

@ -9,7 +9,7 @@ import ejs from 'gulp-ejs';
import rename from 'gulp-rename';
import htmlmin from 'gulp-html-minifier-terser';
import { deleteAsync } from 'del';
import s3Upload from 'gulp-s3-upload';
import s3Upload from 'gulp-s3-uploader';
import webpack from 'webpack-stream';
import TerserPlugin from 'terser-webpack-plugin';
import { readFile } from 'fs/promises';

779
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,7 @@
"gulp-ejs": "^5.1.0",
"gulp-file": "^0.4.0",
"gulp-rename": "^2.0.0",
"gulp-s3-upload": "^1.7.3",
"gulp-s3-uploader": "^1.0.6",
"gulp-sass": "^6.0.0",
"gulp-terser": "^2.0.0",
"luxon": "^3.0.0",