|
20 | 20 | "reinstall": "cd ../lib/ && yarn install && yarn build && cd ../example/ && yarn add ../lib && yarn rn-setup", |
21 | 21 | "clean": "rm -rf node_modules ios/Pods ios/Podfile.lock ios/build && yarn install && cd ios && pod deintegrate && pod install && cd ../", |
22 | 22 | "rn-setup": "node rn-setup.js", |
23 | | - "test:mocha": "mocha-remote --context c=$(node ./tests/context.js)", |
24 | | - "test:mocha:ios": "mocha-remote --context c=$(node ./tests/context.js) -- concurrently --kill-others-on-fail npm:m npm:runner-ios", |
25 | | - "test:mocha:android": "mocha-remote --context c=$(node ./tests/context.js) -- concurrently --kill-others-on-fail npm:m npm:runner-android", |
| 23 | + "test:mocha": "mocha-remote --context lndmacaroon=$(xxd -ps -u -c 1000 docker/lnd/admin.macaroon) clmacaroon=$(xxd -ps -u -c 1000 docker/clightning/access.macaroon)", |
| 24 | + "test:mocha:ios": "mocha-remote --context lndmacaroon=$(xxd -ps -u -c 1000 docker/lnd/admin.macaroon) clmacaroon=$(xxd -ps -u -c 1000 docker/clightning/access.macaroon) -- concurrently --kill-others-on-fail npm:m npm:runner-ios", |
| 25 | + "test:mocha:android": "mocha-remote --context lndmacaroon=$(xxd -ps -u -c 1000 docker/lnd/admin.macaroon) clmacaroon=$(xxd -ps -u -c 1000 docker/clightning/access.macaroon) -- concurrently --kill-others-on-fail npm:m npm:runner-android", |
26 | 26 | "m": "react-native start --reset-cache", |
27 | 27 | "runner-ios": "react-native run-ios --simulator='iPhone 14' --no-packager", |
28 | 28 | "runner-android": "react-native run-android --no-packager" |
|
40 | 40 | "chai": "^4.3.7", |
41 | 41 | "crypto-browserify": "^3.12.0", |
42 | 42 | "events": "^3.3.0", |
43 | | - "mocha-remote-client": "^1.13.2", |
| 43 | + "mocha-remote-client": "^1.6.1", |
44 | 44 | "process": "^0.11.10", |
45 | 45 | "query-string": "^8.1.0", |
46 | 46 | "react": "18.2.0", |
|
76 | 76 | "bitcoin-json-rpc": "^1.3.2", |
77 | 77 | "chai-as-promised": "^7.1.1", |
78 | 78 | "concurrently": "^8.2.0", |
79 | | - "detox": "20.23.1", |
| 79 | + "detox": "20.20.2", |
80 | 80 | "electrum-client": "github:BlueWallet/rn-electrum-client#47acb51149e97fab249c3f8a314f708dbee4fb6e", |
81 | 81 | "eslint": "8.27.0", |
82 | 82 | "eslint-config-prettier": "^8.5.0", |
83 | 83 | "fast-fifo": "^1.3.0", |
84 | 84 | "jest": "^29.3.1", |
85 | 85 | "metro-react-native-babel-preset": "0.76.8", |
86 | 86 | "mocha": "^10.2.0", |
87 | | - "mocha-remote-cli": "^1.13.2", |
| 87 | + "mocha-remote-cli": "^1.6.1", |
88 | 88 | "newline-decoder": "^1.0.0", |
89 | 89 | "prettier": "2.7.1", |
90 | 90 | "react-test-renderer": "18.2.0", |
|
95 | 95 | "node": ">=16" |
96 | 96 | }, |
97 | 97 | "resolutions": { |
98 | | - "**/ws": "^8.17.1", |
| 98 | + "**/ws": "^7.5.10", |
99 | 99 | "**/semver": "^6.3.1", |
100 | 100 | "**/brace-expansion": "^1.1.12", |
101 | 101 | "**/cipher-base": "^1.0.5", |
|
0 commit comments