Skip to content

Commit

Permalink
chore: upgrade to dumber v3
Browse files Browse the repository at this point in the history
BEAKING CHANGE: drop support of Node.js < v18
  • Loading branch information
3cp committed Sep 17, 2024
1 parent 9743654 commit 75a91e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"index.js"
],
"engines": {
"node": ">=14.18.0"
"node": ">=18.0.0"
},
"scripts": {
"lint": "eslint index.js test.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/dumberjs/gulp-dumber#readme",
"dependencies": {
"concat-with-sourcemaps": "^1.1.0",
"dumber": "^2.0.0",
"dumber": "^3.0.0",
"fancy-log": "^2.0.0",
"plugin-error": "^1.0.1",
"vinyl": "^2.2.1"
Expand Down

0 comments on commit 75a91e4

Please sign in to comment.