Skip to content

Commit

Permalink
Update dependency webpack to v4.39.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 4, 2019
1 parent a981c29 commit 1abdfcd
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 331 deletions.
2 changes: 1 addition & 1 deletion fixtures/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"subdep": "0.0.0-workspace"
},
"devDependencies": {
"webpack": "4.20.2",
"webpack": "4.39.3",
"webpack-cli": "3.2.1"
}
}
2 changes: 1 addition & 1 deletion fixtures/subdep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prepare": "webpack --mode=production --devtool=source-map"
},
"devDependencies": {
"webpack": "4.20.2",
"webpack": "4.39.3",
"webpack-cli": "3.2.1"
}
}
2 changes: 1 addition & 1 deletion worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"css-to-js-sourcemap-core": "*",
"resolve-from": "4.0.0",
"webpack": "4.20.2",
"webpack": "4.39.3",
"webpack-cli": "3.2.1"
},
"license": "MIT"
Expand Down
Loading

0 comments on commit 1abdfcd

Please sign in to comment.