fix(deps): Update React Native Windows version to ^0.61.0-beta.58 (#1256)

This commit is contained in:
Kai Guo 2020-03-17 13:00:44 -07:00 committed by GitHub
parent 5f7f4a19f2
commit 91064ab4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
},