Skip to content

Commit a381acc

Browse files
committed
chore: version updates
1 parent a6ea5e5 commit a381acc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-markdown-display",
3-
"version": "4.0.11",
3+
"version": "4.0.12",
44
"description": "Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer), originally created by Mient-jan Stelling as react-native-markdown-renderer",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
@@ -41,11 +41,11 @@
4141
"react-native": ">=0.50.4"
4242
},
4343
"devDependencies": {
44-
"@babel/core": "^7.6.4",
45-
"@babel/runtime": "^7.6.3",
44+
"@babel/core": "^7.6.2",
45+
"@babel/runtime": "^7.6.2",
4646
"@react-native-community/eslint-config": "^0.0.5",
4747
"chokidar": "^3.3.0",
48-
"eslint": "^6.6.0",
48+
"eslint": "^6.7.2",
4949
"fs-extra": "^8.1.0",
5050
"pre-commit": "1.2.2"
5151
}

0 commit comments

Comments
 (0)