Skip to content

Commit

Permalink
chore: pnpm update
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Nov 15, 2024
1 parent ebc6b59 commit 0c5e617
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 157 deletions.
4 changes: 4 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ const rename = require('gulp-rename')
const sass = require('gulp-sass')(require('sass'))
const uglify = require('gulp-uglify')

// silence deprecation warnings due to old gulp plugins
const process = require('process')
process.removeAllListeners('warning')

const settings = {
dest: 'build',
src: {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"head": "./scripts/cfgset.sh additionalhtmlhead additionalhtmlhead/$NS.html",
"js": "gulp addlhtml && ./scripts/cfgset.sh additionalhtmlfooter build/footer.js",
"jsd": "gulp addlhtmlDev && ./scripts/cfgset.sh additionalhtmlfooter build/footer.js",
"lint": "eslint --cache --stats .",
"lint": "echo 'The MODULE_TYPELESS_PACKAGE_JSON error can be ignored.'; eslint --cache --stats .",
"mobile": "gulp mobile && ./scripts/mobile.sh",
"test": "eslint --cache --stats ."
"test": "echo 'The MODULE_TYPELESS_PACKAGE_JSON error can be ignored.'; eslint --cache --stats ."
},
"author": "phette23 <[email protected]> (http://phette.net)",
"license": "ECL-2.0",
Expand All @@ -23,10 +23,10 @@
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.80.3"
"sass": "^1.81.0"
},
"devDependencies": {
"eslint": "^9.13.0",
"globals": "^15.11.0"
"eslint": "^9.15.0",
"globals": "^15.12.0"
}
}
Loading

0 comments on commit 0c5e617

Please sign in to comment.