소스 검색

Update detox package (#4276)

I needed to update the package in order to build the playground project.
Tihomir Valkanov 6 년 전
부모
커밋
b16a63371e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      package.json

+ 2
- 2
package.json 파일 보기

@@ -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
+}