Browse Source

Update detox package (#4276)

I needed to update the package in order to build the playground project.
Tihomir Valkanov 6 years ago
parent
commit
b16a63371e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

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