From 9177a06f8f19e7b1e7e39bb7ccc6162f253f8528 Mon Sep 17 00:00:00 2001 From: Andy Yong Date: Mon, 15 Jul 2019 20:14:05 +0800 Subject: [PATCH 1/2] Update react-native peerDependencies to 0.54.2 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 522e58e..e8756e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-cipherlab-scanner", - "version": "0.0.3", + "version": "0.0.4", "description": "", "main": "index.js", "scripts": { @@ -17,8 +17,8 @@ "author": "Michael Ribbons", "license": "MIT", "peerDependencies": { - "react-native": "^0.41.2" - }, + "react-native": "^0.54.2" + }, "bugs": { "url": "https://github.com/mribbons/react-native-cipherlab-scanner/issues" }, From a24a1483e0231264eaaeb3774ce1e8eb173ef9f0 Mon Sep 17 00:00:00 2001 From: Andy Yong Date: Tue, 16 Jul 2019 19:58:32 +0800 Subject: [PATCH 2/2] Update peerDependencies to 0.59.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8756e2..80fca6c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "Michael Ribbons", "license": "MIT", "peerDependencies": { - "react-native": "^0.54.2" + "react-native": "^0.59.9" }, "bugs": { "url": "https://github.com/mribbons/react-native-cipherlab-scanner/issues"