From 1e40b61b46b72593b4d1a087bfb46555552913ea Mon Sep 17 00:00:00 2001 From: Cristiano Coelho Date: Mon, 20 Dec 2021 14:20:55 -0300 Subject: [PATCH] bump deps versions --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b6747a6..2dbcd8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-compass-heading", "title": "React Native Compass Heading", - "version": "1.2.1", + "version": "1.2.2", "description": "Listener to device's compass information.", "main": "index.js", "scripts": { @@ -23,11 +23,11 @@ "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { - "react": "^16.8.1", - "react-native": ">=0.60.0-rc.0 <1.0.x" + "react": "^17.0.2", + "react-native": ">=0.60.0 <1.0.x" }, "devDependencies": { - "react": "^16.9.0", - "react-native": "^0.61.5" + "react": "^17.0.2", + "react-native": "^0.66.0" } }