From 91064ab4a94b395f27ba670a14346206e05cff9c Mon Sep 17 00:00:00 2001 From: Kai Guo Date: Tue, 17 Mar 2020 13:00:44 -0700 Subject: [PATCH] fix(deps): Update React Native Windows version to ^0.61.0-beta.58 (#1256) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c71f1c9..57ca384 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "peerDependencies": { "react": "^16.9", "react-native": ">=0.60 <0.62", - "react-native-windows": "0.61.0-beta.58" + "react-native-windows": "^0.61.0-beta.58" }, "dependencies": { "escape-string-regexp": "2.0.0", @@ -65,7 +65,7 @@ "react": "16.9.0", "react-native": "0.61.5", "react-native-macos": "0.60.0-microsoft.49", - "react-native-windows": "0.61.0-beta.58", + "react-native-windows": "^0.61.0-beta.58", "semantic-release": "15.13.24", "typescript": "3.6.2" },