Skip to content

Commit 1b19d7b

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.39.2...v4.39.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 85ccc83 commit 1b19d7b

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
@@ -40,7 +40,7 @@
4040
"react": "^16.9.0",
4141
"react-dom": "^16.9.0",
4242
"redbox-react": "^1.6.0",
43-
"webpack": "^4.39.2",
43+
"webpack": "^4.39.3",
4444
"webpack-cli": "^3.3.7",
4545
"webpack-dev-server": "^3.8.0"
4646
},

0 commit comments

Comments
 (0)