diff --git a/package-lock.json b/package-lock.json index 9a98cef95..c3164de7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7849,7 +7849,9 @@ "integrity": "sha512-XzPhfLDJrYHru+e8+dFwhf0FtTeAp7JXPpFYezYV6P1nTeA1Tia/kDpFT+O2DWTrBKBEI8FGhZnThrroZmHIxg==" }, "react-native-easy-markdown": { - "version": "git+https://github.com/lappalj4/react-native-easy-markdown.git#4d0db3e62ec8994cf5ab8afa4de7da7e24d16f4a" + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/react-native-easy-markdown/-/react-native-easy-markdown-1.1.8.tgz", + "integrity": "sha512-DiYuyjx10UQ5dOdg9fhFXGpDdS+L+HRyIMempROwgilMjc6RZRxZoI/Amw4j7YtbdNYrRD40BePRaK+pAO411Q==" }, "react-native-fetch-blob": { "version": "0.10.8", diff --git a/package.json b/package.json index 5f68f4bc3..7883ff196 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-native-actionsheet": "^2.3.0", "react-native-animatable": "^1.2.4", "react-native-card-view": "0.0.3", - "react-native-easy-markdown": "git+https://github.com/lappalj4/react-native-easy-markdown.git", + "react-native-easy-markdown": "^1.1.8", "react-native-fetch-blob": "^0.10.8", "react-native-image-picker": "^0.26.7", "react-native-img-cache": "^1.5.0",