Skip to content

Commit e513784

Browse files
authored
Merge pull request #1 from hammoudma/master
dependencies
2 parents 60990a8 + 0a8cf0c commit e513784

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/iamacup/react-native-markdown-display/",
3131
"dependencies": {
3232
"css-to-react-native": "^3.0.0",
33-
"markdown-it": "^10.0.0",
33+
"markdown-it": "^13.0.1",
3434
"prop-types": "^15.7.2",
3535
"react-native-fit-image": "^1.5.5"
3636
},
@@ -39,14 +39,13 @@
3939
"react-native": ">=0.50.4"
4040
},
4141
"devDependencies": {
42-
"@types/markdown-it": "^10.0.1",
43-
"@types/react-native": ">=0.50.0",
4442
"@babel/core": "^7.9.6",
4543
"@babel/runtime": "^7.9.6",
4644
"@react-native-community/eslint-config": "^1.1.0",
45+
"@types/markdown-it": "^10.0.1",
46+
"@types/react-native": ">=0.50.0",
4747
"@typescript-eslint/parser": "^2.32.0",
4848
"eslint": "^7.0.0",
49-
"json-schema": "^0.2.5",
5049
"pre-commit": "1.2.2",
5150
"typescript": "^3.8.3"
5251
}

0 commit comments

Comments
 (0)