Skip to content

Commit

Permalink
chore: update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 19, 2023
1 parent 7f6b4f9 commit 5477d38
Show file tree
Hide file tree
Showing 4 changed files with 822 additions and 904 deletions.
2 changes: 1 addition & 1 deletion gulpfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const del = require('del')
const log = require('fancy-log')
const webpack = require('webpack')
const babel = require('gulp-babel')
const mkdirp = require('mkdirp')
const { mkdirp } = require('mkdirp')
const docgenerator = require('./tools/docgenerator')
const entryGenerator = require('./tools/entryGenerator')
const validateAsciiChars = require('./tools/validateAsciiChars')
Expand Down

0 comments on commit 5477d38

Please sign in to comment.