Temporarily have all packages depend on an older, published version of ethereum-types since we cannot publish a new one

This commit is contained in:
Fabio Berger
2018-07-26 12:50:15 +02:00
parent e63bbdeb87
commit 1236efc008
17 changed files with 17 additions and 17 deletions

View File

@@ -26,7 +26,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
"dependencies": {
"bignumber.js": "~4.1.0",
"ethereum-types": "^1.0.1",
"ethereum-types": "1.0.0",
"@types/bn.js": "^4.11.0",
"@types/react": "*",
"popper.js": "1.14.3"