Change react-highlight dep to reference fork by branch instead of commit

This commit is contained in:
Brandon Millman
2019-01-17 10:03:23 -08:00
parent 0e6aea856f
commit 7b266bc762
2 changed files with 6 additions and 96 deletions

View File

@@ -52,7 +52,7 @@
"material-ui": "^0.20.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-highlight": "0xproject/react-highlight#699ac4d9529e33520bff4b9bd9c624d21efbba75",
"react-highlight": "0xproject/react-highlight#fix/react-version",
"react-markdown": "^3.2.2",
"react-router-dom": "^4.1.1",
"react-scroll": "0xproject/react-scroll#pr-330-and-replace-state",