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

Commit

Permalink
[Dapp] Pin webpack-cli to version 3.3.0 (#2109)
Browse files Browse the repository at this point in the history
* Pin webback versions

* Downgrade to previous version
  • Loading branch information
Franck authored and nick committed May 3, 2019
1 parent e214634 commit 044f6f1
Show file tree
Hide file tree
Showing 7 changed files with 4,090 additions and 81 deletions.
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 @@ -153,7 +153,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

0 comments on commit 044f6f1

Please sign in to comment.