Skip to content

Commit

Permalink
Update the webpack-stream dependency (issue 11996)
Browse files Browse the repository at this point in the history
Given that the long-standing `webpack-stream` issue 201 was recently fixed in PR 207, and a new version released, we should now finally be able to update the dependency.
However, depending on if/when `webpack-stream` gets support for Webpack 5 (which is currently in beta) we may still want remove our `webpack-stream` dependency.
  • Loading branch information
Snuffleupagus committed Sep 20, 2020
1 parent fcfbc06 commit 2087723
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
39 changes: 32 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^2.1.1",
"webpack": "^4.44.2",
"webpack-stream": "~5.0.0",
"webpack-stream": "~6.1.0",
"wintersmith": "^2.5.0",
"yargs": "^11.1.1"
},
Expand Down

0 comments on commit 2087723

Please sign in to comment.