Przeglądaj źródła

Update detox package (#4276)

I needed to update the package in order to build the playground project.
Tihomir Valkanov 6 lat temu
rodzic
commit
b16a63371e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      package.json

+ 2
- 2
package.json Wyświetl plik

@@ -65,7 +65,7 @@
65 65
     "@types/react": "16.x.x",
66 66
     "@types/react-native": "0.51.x",
67 67
     "@types/react-test-renderer": "16.x.x",
68
-    "detox": "8.1.6",
68
+    "detox": "9.0.6",
69 69
     "handlebars": "4.x.x",
70 70
     "jest": "22.x.x",
71 71
     "react": "16.2.0",
@@ -163,4 +163,4 @@
163 163
       }
164 164
     }
165 165
   }
166
-}
166
+}