Skip to content

Commit 784d624

Browse files
committed
update deps
1 parent 6d49781 commit 784d624

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
},
2525
"homepage": "https://github.com/iamacup/react-native-markdown-display/",
2626
"dependencies": {
27-
"@types/markdown-it": "^0.0.4",
2827
"markdown-it": "^10.0.0",
29-
"prop-types": "^15.5.10",
30-
"react-native-fit-image": "^1.5.2"
28+
"prop-types": "^15.7.2",
29+
"react-native-fit-image": "^1.5.4"
3130
},
3231
"peerDependencies": {
3332
"react": "^16.2.0",
3433
"react-native": ">=0.50.4",
35-
"@types/react-native": ">=0.50.0"
34+
"@types/react-native": ">=0.50.0",
35+
"@types/markdown-it": "^0.0.9"
3636
},
3737
"devDependencies": {
38-
"chokidar": "^2.0.0",
39-
"fs-extra": "^5.0.0"
38+
"chokidar": "^3.3.0",
39+
"fs-extra": "^8.1.0"
4040
}
4141
}

0 commit comments

Comments
 (0)