Skip to content

Commit

Permalink
Update dependency webpack-cli to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 4, 2019
1 parent a071599 commit 4aac263
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 294 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.0"
}
}
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.0"
}
}
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.0"
},
"license": "MIT"
}
Loading

0 comments on commit 4aac263

Please sign in to comment.