Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Update gulp requirement from ^3.9.1 to ^4.0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [gulp](https://github.com/gulpjs/gulp) to permit the latest version.
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](gulpjs/gulp@v3.9.1...v4.0.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Aug 20, 2019
1 parent ea11c52 commit 947ee94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dev": "gulp watch"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp": "^4.0.2",
"laravel-elixir": "^5.0.0",
"bootstrap-sass": "^3.0.0"
},
"dependencies": {
"gulp": "^3.9.1"
"gulp": "^4.0.2"
}
}

0 comments on commit 947ee94

Please sign in to comment.