aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-02-06 19:07:16 +0800
committerFabio Berger <me@fabioberger.com>2019-02-06 19:07:16 +0800
commit879c795fc44b53f829c752ab50521c2e357929bf (patch)
treee3d57d743b59672be68dd42fbfba471276e759aa
parent8b5bb97537b5c13815928ec0939937dbd2566488 (diff)
downloaddexon-0x-contracts-879c795fc44b53f829c752ab50521c2e357929bf.tar
dexon-0x-contracts-879c795fc44b53f829c752ab50521c2e357929bf.tar.gz
dexon-0x-contracts-879c795fc44b53f829c752ab50521c2e357929bf.tar.bz2
dexon-0x-contracts-879c795fc44b53f829c752ab50521c2e357929bf.tar.lz
dexon-0x-contracts-879c795fc44b53f829c752ab50521c2e357929bf.tar.xz
dexon-0x-contracts-879c795fc44b53f829c752ab50521c2e357929bf.tar.zst
dexon-0x-contracts-879c795fc44b53f829c752ab50521c2e357929bf.zip
Fix react-highlight dep
-rw-r--r--packages/react-shared/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json
index 72d384382..52b4ca8ab 100644
--- a/packages/react-shared/package.json
+++ b/packages/react-shared/package.json
@@ -52,7 +52,7 @@
"material-ui": "^0.20.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
- "react-highlight": "0xproject/react-highlight",
+ "react-highlight": "0xproject/react-highlight#fix/react-version",
"react-markdown": "^3.2.2",
"react-router-dom": "^4.3.1",
"react-scroll": "0xproject/react-scroll#pr-330-and-replace-state",