From a381accad61fb20c106792d1f94e58b6db0ea8bf Mon Sep 17 00:00:00 2001 From: Tom Pickard Date: Wed, 4 Dec 2019 16:20:34 +0000 Subject: [PATCH] chore: version updates --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 46e907e6..49c42130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-markdown-display", - "version": "4.0.11", + "version": "4.0.12", "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", "main": "src/index.js", "types": "src/index.d.ts", @@ -41,11 +41,11 @@ "react-native": ">=0.50.4" }, "devDependencies": { - "@babel/core": "^7.6.4", - "@babel/runtime": "^7.6.3", + "@babel/core": "^7.6.2", + "@babel/runtime": "^7.6.2", "@react-native-community/eslint-config": "^0.0.5", "chokidar": "^3.3.0", - "eslint": "^6.6.0", + "eslint": "^6.7.2", "fs-extra": "^8.1.0", "pre-commit": "1.2.2" }