Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 31, 2023
1 parent 90e35d3 commit 9f2ecca
Show file tree
Hide file tree
Showing 3 changed files with 1,074 additions and 625 deletions.
6 changes: 3 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require('fs/promises');
const path = require('path');
const process = require('process');
const fs = require('node:fs/promises');
const path = require('node:path');
const process = require('node:process');
const sirv = require('sirv-cli');
const { version: SVGO_VERSION } = require('svgo/package.json');
const sass = require('sass');
Expand Down
Loading

0 comments on commit 9f2ecca

Please sign in to comment.