We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d49781 commit 784d624Copy full SHA for 784d624
package.json
@@ -24,18 +24,18 @@
24
},
25
"homepage": "https://github.com/iamacup/react-native-markdown-display/",
26
"dependencies": {
27
- "@types/markdown-it": "^0.0.4",
28
"markdown-it": "^10.0.0",
29
- "prop-types": "^15.5.10",
30
- "react-native-fit-image": "^1.5.2"
+ "prop-types": "^15.7.2",
+ "react-native-fit-image": "^1.5.4"
31
32
"peerDependencies": {
33
"react": "^16.2.0",
34
"react-native": ">=0.50.4",
35
- "@types/react-native": ">=0.50.0"
+ "@types/react-native": ">=0.50.0",
+ "@types/markdown-it": "^0.0.9"
36
37
"devDependencies": {
38
- "chokidar": "^2.0.0",
39
- "fs-extra": "^5.0.0"
+ "chokidar": "^3.3.0",
+ "fs-extra": "^8.1.0"
40
}
41
0 commit comments