Browse Source

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

Kai Guo 4 years ago
parent
commit
91064ab4a9
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

@@ -30,7 +30,7 @@
30 30
   "peerDependencies": {
31 31
     "react": "^16.9",
32 32
     "react-native": ">=0.60 <0.62",
33
-    "react-native-windows": "0.61.0-beta.58"
33
+    "react-native-windows": "^0.61.0-beta.58"
34 34
   },
35 35
   "dependencies": {
36 36
     "escape-string-regexp": "2.0.0",
@@ -65,7 +65,7 @@
65 65
     "react": "16.9.0",
66 66
     "react-native": "0.61.5",
67 67
     "react-native-macos": "0.60.0-microsoft.49",
68
-    "react-native-windows": "0.61.0-beta.58",
68
+    "react-native-windows": "^0.61.0-beta.58",
69 69
     "semantic-release": "15.13.24",
70 70
     "typescript": "3.6.2"
71 71
   },