Skip to content

Commit

Permalink
Update webpack requirement in /packages/generator/app/templates
Browse files Browse the repository at this point in the history
Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.39.2...v4.39.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Aug 28, 2019
1 parent c258274 commit 93c45e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react": "^16.9.0",
"react-dom": "^16.9.0",
"redbox-react": "^1.6.0",
"webpack": "^4.39.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
},
Expand Down

0 comments on commit 93c45e2

Please sign in to comment.