Change all package to depend on the new @0xproject/react-shared@1.0.0

This commit is contained in:
Leonid Logvinov
2018-07-19 23:37:01 +02:00
parent bc9f2a51a2
commit 6486fced34
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/react-shared": "^0.2.3",
"@0xproject/react-shared": "^1.0.0",
"@0xproject/utils": "^1.0.0",
"@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0",

View File

@@ -24,7 +24,7 @@
"@0xproject/contract-wrappers": "^0.0.5",
"@0xproject/order-utils": "^1.0.0-rc.1",
"@0xproject/react-docs": "^0.0.16",
"@0xproject/react-shared": "^0.2.3",
"@0xproject/react-shared": "^1.0.0",
"@0xproject/subproviders": "^1.0.0",
"@0xproject/types": "^1.0.0-rc.1",
"@0xproject/typescript-typings": "^1.0.0",