Skip to content

Commit 413e9bd

Browse files
Update webpack requirement in /packages/generator/app/templates
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.38.0...v4.39.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2e3b3b2 commit 413e9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/generator/app/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react": "^16.8.6",
4242
"react-dom": "^16.8.6",
4343
"redbox-react": "^1.6.0",
44-
"webpack": "^4.38.0",
44+
"webpack": "^4.39.0",
4545
"webpack-cli": "^3.3.6",
4646
"webpack-dev-server": "^3.7.2"
4747
},

0 commit comments

Comments
 (0)