diff options
author | Fabio Berger <me@fabioberger.com> | 2019-02-06 19:07:16 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2019-02-06 19:07:16 +0800 |
commit | 879c795fc44b53f829c752ab50521c2e357929bf (patch) | |
tree | e3d57d743b59672be68dd42fbfba471276e759aa /packages/react-shared | |
parent | 8b5bb97537b5c13815928ec0939937dbd2566488 (diff) | |
download | dexon-0x-contracts-879c795fc44b53f829c752ab50521c2e357929bf.tar.gz dexon-0x-contracts-879c795fc44b53f829c752ab50521c2e357929bf.tar.zst dexon-0x-contracts-879c795fc44b53f829c752ab50521c2e357929bf.zip |
Fix react-highlight dep
Diffstat (limited to 'packages/react-shared')
-rw-r--r-- | packages/react-shared/package.json | 2 |
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", |