Skip to content

Commit

Permalink
Downgrade web3.js to beta.33
Browse files Browse the repository at this point in the history
Secure websockets apparently do not work in beta.34 :(
web3/web3.js#1559
  • Loading branch information
sohkai committed May 28, 2018
1 parent 6658147 commit 9d3b719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@aragon/templates-tokens": "^1.1.1",
"@aragon/ui": "^0.11.0",
"@aragon/wrapper": "^2.0.0-beta.36",
"@aragon/wrapper": "^2.0.0-beta.37",
"@babel/polyfill": "^7.0.0-beta.39",
"bignumber.js": "^6.0.0",
"date-fns": "^2.0.0-alpha.7",
Expand All @@ -42,8 +42,8 @@
"react-onclickout": "^2.0.8",
"resolve-pathname": "^2.2.0",
"styled-components": "^3.2.6",
"web3": "1.0.0-beta.34",
"web3-utils": "^1.0.0-beta.34"
"web3": "1.0.0-beta.33",
"web3-utils": "^1.0.0-beta.33"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
Expand Down

0 comments on commit 9d3b719

Please sign in to comment.