|
31 | 31 | "@react-native-async-storage/async-storage": "1.19.4", |
32 | 32 | "@react-native-clipboard/clipboard": "1.12.1", |
33 | 33 | "@synonymdev/react-native-ldk": "../lib", |
34 | | - "assert": "1.5.0", |
| 34 | + "assert": "^2.1.0", |
35 | 35 | "b4a": "^1.6.4", |
36 | 36 | "bip32": "2.0.6", |
37 | 37 | "bip39": "3.0.4", |
38 | 38 | "bitcoinjs-lib": "6.0.2", |
39 | | - "buffer": "4.9.2", |
| 39 | + "buffer": "^6.0.3", |
40 | 40 | "chai": "^4.3.7", |
41 | | - "events": "1.1.1", |
| 41 | + "crypto-browserify": "^3.12.0", |
| 42 | + "events": "^3.3.0", |
42 | 43 | "mocha-remote-client": "^1.6.1", |
43 | | - "process": "0.11.10", |
| 44 | + "process": "^0.11.10", |
44 | 45 | "query-string": "^8.1.0", |
45 | 46 | "react": "18.2.0", |
46 | 47 | "react-native": "0.72.4", |
|
52 | 53 | "readable-stream": "4.4.2", |
53 | 54 | "rn-electrum-client": "github:synonymdev/react-native-electrum-client#dfbe9ebba4e4cf0d16e3ccea3dc49e05285d860f", |
54 | 55 | "stream-browserify": "^3.0.0", |
55 | | - "vm-browserify": "0.0.4" |
| 56 | + "vm-browserify": "^1.1.2" |
56 | 57 | }, |
57 | 58 | "devDependencies": { |
58 | 59 | "@babel/core": "^7.20.0", |
| 60 | + "@babel/plugin-proposal-private-methods": "^7.18.6", |
| 61 | + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 62 | + "@babel/plugin-transform-private-property-in-object": "^7.24.7", |
59 | 63 | "@babel/preset-env": "^7.20.0", |
60 | 64 | "@babel/runtime": "^7.20.0", |
61 | 65 | "@react-native/eslint-config": "^0.72.2", |
|
0 commit comments