[chore] Update js deps (#744)

* dependency wrangling

* update postcss-custom-prop-vars to 0.0.5 (postcss 8)
This commit is contained in:
f0x52
2022-08-07 22:31:42 +02:00
committed by GitHub
parent 879b4abde7
commit 4722970a5b
3 changed files with 1117 additions and 1058 deletions

View File

@ -23,7 +23,7 @@
*/
const path = require('path');
const budoExpress = require('@f0x52/budo-express');
const budoExpress = require('budo-express');
const babelify = require('babelify');
const fs = require("fs");
const EventEmitter = require('events');
@ -44,7 +44,6 @@ const bundles = {
const postcssPlugins = [
"postcss-import",
"postcss-strip-inline-comments",
"postcss-nested",
"autoprefixer",
"postcss-custom-prop-vars",
@ -77,7 +76,7 @@ const browserifyConfig = {
],
plugin: [
[require("icssify"), {
parser: require('postcss-scss'),
parser: require("postcss-scss"),
before: postcssPlugins,
mode: 'global'
}],