Revert "RN-497 Updated commonmark to better handle non-latin characters in URLs" (#1158)

* Revert "Keep search results on data cleanup (#1147)"

This reverts commit 073ddc9d44.

* Revert "Fix Makefile to avoid Platform duplicates in VirtualizedList (#1156)"

This reverts commit 2e9fb7f824.

* Revert "RN-497 Updated commonmark to better handle non-latin characters in URLs (#1153)"

This reverts commit b1d2a0078b.
This commit is contained in:
Harrison Healey 2017-11-15 11:12:17 -05:00 committed by enahum
parent 073ddc9d44
commit f260c75f57
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
"dependencies": {
"analytics-react-native": "1.2.0",
"babel-polyfill": "6.26.0",
"commonmark": "hmhealey/commonmark.js#78bf827868303900d376e1d197c2e25a6f2d4081",
"commonmark": "hmhealey/commonmark.js#25dc6a4c456db579631797e29847752cb5e7d8d7",
"commonmark-react-renderer": "hmhealey/commonmark-react-renderer#6e259b66ae87d31d2f908effcd05776b9ea3446f",
"deep-equal": "1.0.1",
"intl": "1.2.5",

View file

@ -1730,9 +1730,9 @@ commonmark-react-renderer@hmhealey/commonmark-react-renderer#6e259b66ae87d31d2f9
pascalcase "^0.1.1"
xss-filters "^1.2.6"
commonmark@hmhealey/commonmark.js#78bf827868303900d376e1d197c2e25a6f2d4081:
commonmark@hmhealey/commonmark.js#25dc6a4c456db579631797e29847752cb5e7d8d7:
version "0.28.0"
resolved "https://codeload.github.com/hmhealey/commonmark.js/tar.gz/78bf827868303900d376e1d197c2e25a6f2d4081"
resolved "https://codeload.github.com/hmhealey/commonmark.js/tar.gz/25dc6a4c456db579631797e29847752cb5e7d8d7"
dependencies:
entities "~ 1.1.1"
mdurl "~ 1.0.1"