From a1ba9ebe17baabc8ab63168a753ffd64913038fd Mon Sep 17 00:00:00 2001 From: Ron Radtke Date: Fri, 24 Jun 2022 22:02:47 +0200 Subject: [PATCH] Version fixes #164 fixes #157 --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6a706f88..b0b8d4b0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-blob-util", - "version": "0.16.0", + "version": "0.16.1", "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.", "main": "index.js", "scripts": { @@ -35,11 +35,16 @@ "wkh237 " ], "devDependencies": { - "react-native": "^0.64.2", + "react": "16.13.1", + "react-native": "^0.68.2", "@typescript-eslint/parser": "^3.4.0", "@react-native-community/eslint-config": "^3.0.0", "eslint-config-defaults": "^9.0.0", "eslint-plugin-react": "^7.24.0", "eslint": "^6.8.0" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" } }