[tests] update to detox v8.2.3

This commit is contained in:
Salakar 2018-09-02 04:47:53 +01:00
parent a040485193
commit 02c7475bee
2 changed files with 21 additions and 23 deletions

View File

@ -1,5 +1,5 @@
{
"name": "rnfirebase-tests",
"name": "react-native-firebase-tests",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
@ -2563,9 +2563,9 @@
}
},
"bunyan-debug-stream": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/bunyan-debug-stream/-/bunyan-debug-stream-1.1.0.tgz",
"integrity": "sha512-Yu3mVHHMyfnBkC5uKNpMSXKoiY+wF7vnoRdY7n+mNtH0bJMKcf0FmdAGtkBk0LuQmieMryY8yqdot9IP9kqI0A==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/bunyan-debug-stream/-/bunyan-debug-stream-1.1.1.tgz",
"integrity": "sha512-jJbQ1gXUL6vMmZVdbaTFK1v1sGa7axLrSQQwkB6HU9HCPTzsw2HsKcPHm1vgXZlEck/4IvEuRwg/9+083YelCg==",
"requires": {
"colors": "^1.0.3",
"exception-formatter": "^1.0.4"
@ -2790,9 +2790,9 @@
"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg=="
},
"colors": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.3.1.tgz",
"integrity": "sha512-jg/vxRmv430jixZrC+La5kMbUWqIg32/JsYNZb94+JEmzceYbWKTsv1OuTp+7EaqiaWRR2tPcykibwCRgclIsw=="
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.3.2.tgz",
"integrity": "sha512-rhP0JSBGYvpcNQj4s5AdShMeE5ahMop96cTeDl/v9qQQm2fYClE2QXZRi8wLzc+GmXSxdIqqbOIAhyObEXDbfQ=="
},
"colour": {
"version": "0.7.1",
@ -3127,9 +3127,9 @@
"integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I="
},
"detox": {
"version": "8.1.6",
"resolved": "https://registry.npmjs.org/detox/-/detox-8.1.6.tgz",
"integrity": "sha512-Z/fl5tFlIXmrDq/DCeIrZeF3GcRfWM6wtgU3CjAiqd/3wvKhjl9QkXuaaDM4UybsSRj1V/rXD9q++bWzlGJqWg==",
"version": "8.2.3",
"resolved": "https://registry.npmjs.org/detox/-/detox-8.2.3.tgz",
"integrity": "sha512-vot12PpNylJ0o9Q6LhnZKt7KRhOFjH8WJFwWNJIQa4Pp4t1C9y3q3xmTo+hhfJan7bWlhdE3oQpErxhS+cDl9w==",
"requires": {
"bunyan": "^1.8.12",
"bunyan-debug-stream": "^1.1.0",
@ -3146,17 +3146,6 @@
"telnet-client": "0.15.3",
"tempfile": "^2.0.0",
"ws": "^1.1.1"
},
"dependencies": {
"ws": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/ws/-/ws-1.1.5.tgz",
"integrity": "sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==",
"requires": {
"options": ">=0.0.5",
"ultron": "1.0.x"
}
}
}
},
"diff-match-patch": {
@ -7395,7 +7384,7 @@
},
"rimraf": {
"version": "2.4.5",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz",
"resolved": "http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz",
"integrity": "sha1-7nEM5dk6j9uFb7Xqj/Di11k0sto=",
"optional": true,
"requires": {
@ -12289,6 +12278,15 @@
"signal-exit": "^3.0.2"
}
},
"ws": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/ws/-/ws-1.1.5.tgz",
"integrity": "sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==",
"requires": {
"options": ">=0.0.5",
"ultron": "1.0.x"
}
},
"xcode": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/xcode/-/xcode-0.9.3.tgz",

View File

@ -21,7 +21,7 @@
},
"dependencies": {
"jet": "0.0.2",
"detox": "^8.1.1",
"detox": "^8.2.3",
"fbjs": "^0.8.16",
"firebase-admin": "^5.12.0",
"jsonwebtoken": "^8.2.1",