Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

[Dapp] Pin webpack-cli to version 3.3.0 #2109

Merged
merged 3 commits into from
Apr 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dapps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"style-loader": "0.23.1",
"terser-webpack-plugin": "^1.2.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-cli": "3.3.0",
"webpack-dev-middleware": "3.6.1",
"webpack-dev-server": "3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion dapps/marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"typeface-poppins": "0.0.72",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-cli": "3.3.0",
"webpack-dev-middleware": "3.6.1",
"webpack-dev-server": "3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion infra/dapp-creator-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"clean-webpack-plugin": "^2.0.1",
"webpack-cli": "^3.3.0"
"webpack-cli": "3.3.0"
},
"babel": {
"presets": [
Expand Down
Loading