Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Sep 22, 2022
1 parent 3357e05 commit b7c5035
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Contributors: Luan Gjokaj
import pkg from 'gulp';
import browserSync from 'browser-sync';
import cssnano from 'cssnano';
import del from 'del';
import { deleteAsync } from 'del';
import fileinclude from 'gulp-file-include';
import gutil from 'gulp-util';
import htmlmin from 'gulp-htmlmin';
Expand Down Expand Up @@ -120,7 +120,7 @@ export { dev };
Production Tasks
-------------------------------------------------------------------------------------------------- */
async function cleanProd() {
await del(['./dist']);
await deleteAsync(['./dist']);
}

function copyFontsProd() {
Expand Down
16 changes: 8 additions & 8 deletions installer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"author": "Luan Gjokaj <[email protected]>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.4.4",
"browser-sync": "^2.27.9",
"cherry-postcss": "^0.0.2-13",
"autoprefixer": "^10.4.12",
"browser-sync": "^2.27.10",
"cherry-postcss": "^0.0.2-18",
"connect-modrewrite": "^0.10.2",
"cssnano": "^5.1.5",
"del": "^6.0.0",
"cssnano": "^5.1.13",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-file-include": "^2.3.0",
"gulp-htmlmin": "^5.0.1",
Expand All @@ -49,9 +49,9 @@
"gulp-postcss": "^9.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-util": "^3.0.8",
"postcss": "^8.4.12",
"postcss": "^8.4.16",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.4.3"
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2"
}
}
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"license": "MIT",
"dependencies": {
"chalk": "^5.0.1",
"commander": "^9.1.0",
"commander": "^9.4.0",
"download": "^8.0.0",
"execa": "^6.1.0",
"ora": "^6.1.0",
"ora": "^6.1.2",
"prompts": "^2.4.2"
}
}

0 comments on commit b7c5035

Please sign in to comment.