aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-19 07:13:19 +0800
committerFabio Berger <me@fabioberger.com>2018-03-19 07:13:19 +0800
commitac881d149ca8185bd8a712f34d1c97b2752c9b04 (patch)
tree6d1d1cee16566c59f8d620dbd433fd53443f9e95 /packages/react-shared/package.json
parentcc4e390c91da86778c6d1492d55591a783af3152 (diff)
downloaddexon-0x-contracts-ac881d149ca8185bd8a712f34d1c97b2752c9b04.tar
dexon-0x-contracts-ac881d149ca8185bd8a712f34d1c97b2752c9b04.tar.gz
dexon-0x-contracts-ac881d149ca8185bd8a712f34d1c97b2752c9b04.tar.bz2
dexon-0x-contracts-ac881d149ca8185bd8a712f34d1c97b2752c9b04.tar.lz
dexon-0x-contracts-ac881d149ca8185bd8a712f34d1c97b2752c9b04.tar.xz
dexon-0x-contracts-ac881d149ca8185bd8a712f34d1c97b2752c9b04.tar.zst
dexon-0x-contracts-ac881d149ca8185bd8a712f34d1c97b2752c9b04.zip
Fix packages that aren't working as expected
Diffstat (limited to 'packages/react-shared/package.json')
-rw-r--r--packages/react-shared/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json
index 0c12d4a75..333214737 100644
--- a/packages/react-shared/package.json
+++ b/packages/react-shared/package.json
@@ -24,18 +24,18 @@
"@0xproject/dev-utils": "^0.3.0",
"@0xproject/monorepo-scripts": "^0.1.13",
"@0xproject/tslint-config": "^0.4.11",
- "@types/lodash": "^4.14.86",
- "@types/material-ui": "0.18.0",
- "@types/node": "^8.0.53",
- "@types/react": "^15.0.15",
- "@types/react-dom": "^0.14.23",
- "@types/react-scroll": "0.0.31",
"copyfiles": "^1.2.0",
"shx": "^0.2.2",
"tslint": "^5.9.1",
"typescript": "2.7.1"
},
"dependencies": {
+ "@types/material-ui": "0.18.0",
+ "@types/react": "^15.0.15",
+ "@types/lodash": "^4.14.86",
+ "@types/node": "^8.0.53",
+ "@types/react-dom": "^0.14.23",
+ "@types/react-scroll": "0.0.31",
"basscss": "^8.0.3",
"is-mobile": "^0.2.2",
"lodash": "^4.17.4",