Skip to content

Commit

Permalink
chore: gulp v5 has to wait
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 3, 2024
1 parent 6daadfb commit be44ebd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dumber/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@aurelia/plugin-gulp": /* @if latest */"latest"/* @endif *//* @if dev */"dev"/* @endif */,
"gulp": "^5.0.0",
"gulp": "^4.0.2",
"gulp-dumber": "^2.0.0",
// @if babel
"gulp-babel": "^8.0.0",
Expand Down Expand Up @@ -50,4 +50,11 @@
"test:watch": "gulp clean && cross-env NODE_ENV=test gulp watch-test"
// @endif
},
// npm v8 feature to bypass outdated gulp deps
"overrides": {
"chokidar": "^3.5.3",
"glob-stream": "^7.0.0",
"glob-parent": "^6.0.2",
"micromatch": "^4.0.5"
}
}

0 comments on commit be44ebd

Please sign in to comment.