Skip to content

Commit 08ed134

Browse files
committed
Update package.json
- Upgrade to gulp 4 for local development - Update lodash and react-docgen - Remove gulp-util dependency
1 parent a15f293 commit 08ed134

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,15 @@
2424
"url": "https://github.com/adroll/gulp-react-docs/issues"
2525
},
2626
"dependencies": {
27-
"gulp-util": "^3.0.7",
2827
"handlebars": "^4.0.5",
29-
"lodash": "^3.10.1",
30-
"react-docgen": "^2.20.0",
28+
"lodash": "^4.17.15",
29+
"react-docgen": "^5.3.0",
3130
"through2": "^2.0.0"
3231
},
3332
"devDependencies": {
3433
"del": "^2.2.0",
3534
"doctoc": "^0.15.0",
36-
"gulp": "^3.9.0",
35+
"gulp": "^4.0.2",
3736
"gulp-concat": "^2.6.0",
3837
"gulp-load-plugins": "^1.1.0",
3938
"gulp-tap": "^0.1.3"

0 commit comments

Comments
 (0)