Skip to content

Commit

Permalink
Update dependency webpack-cli to v3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 1, 2019
1 parent a981c29 commit 0ee5031
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 94 deletions.
2 changes: 1 addition & 1 deletion fixtures/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"webpack": "4.20.2",
"webpack-cli": "3.2.1"
"webpack-cli": "3.3.9"
}
}
2 changes: 1 addition & 1 deletion fixtures/subdep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"webpack": "4.20.2",
"webpack-cli": "3.2.1"
"webpack-cli": "3.3.9"
}
}
2 changes: 1 addition & 1 deletion worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"css-to-js-sourcemap-core": "*",
"resolve-from": "4.0.0",
"webpack": "4.20.2",
"webpack-cli": "3.2.1"
"webpack-cli": "3.3.9"
},
"license": "MIT"
}
Loading

0 comments on commit 0ee5031

Please sign in to comment.