|
13 | 13 | "@chainsafe/libp2p-noise": "^14.0.0",
|
14 | 14 | "@chainsafe/libp2p-yamux": "^6.0.1",
|
15 | 15 | "@craftzdog/react-native-buffer": "^6.0.5",
|
16 |
| - "@libp2p/bootstrap": "next", |
17 |
| - "@libp2p/circuit-relay-v2": "next", |
18 |
| - "@libp2p/identify": "next", |
19 |
| - "@libp2p/kad-dht": "next", |
20 |
| - "@libp2p/websockets": "next", |
| 16 | + "@libp2p/bootstrap": "^10.0.7", |
| 17 | + "@libp2p/circuit-relay-v2": "^1.0.7", |
| 18 | + "@libp2p/identify": "^1.0.6", |
| 19 | + "@libp2p/websockets": "^8.0.7", |
21 | 20 | "@peculiar/webcrypto": "^1.4.3",
|
22 | 21 | "crypto-browserify": "^3.12.0",
|
23 | 22 | "event-target-shim": "^6.0.2",
|
24 | 23 | "expo": "~49.0.15",
|
25 | 24 | "expo-splash-screen": "^0.22.0",
|
26 | 25 | "expo-status-bar": "^1.7.1",
|
27 |
| - "libp2p": "next", |
28 |
| - "os-browserify": "^0.3.0", |
29 |
| - "path-browserify": "^1.0.1", |
30 |
| - "process": "^0.11.10", |
| 26 | + "libp2p": "^1.0.10", |
31 | 27 | "react": "18.2.0",
|
32 | 28 | "react-native": "^0.73.0",
|
33 | 29 | "react-native-get-random-values": "^1.10.0",
|
34 | 30 | "react-native-quick-crypto": "^0.6.1",
|
35 | 31 | "react-native-url-polyfill": "^2.0.0",
|
36 |
| - "react-native-webrtc": "^118.0.0", |
37 | 32 | "stream-browserify": "^3.0.0",
|
38 | 33 | "text-encoding": "^0.7.0",
|
39 | 34 | "weakmap-polyfill": "^2.0.4"
|
|
42 | 37 | "@babel/core": "^7.20.0",
|
43 | 38 | "@babel/plugin-transform-private-methods": "^7.23.3"
|
44 | 39 | },
|
45 |
| - "overrides": { |
46 |
| - "@libp2p/crypto": "next", |
47 |
| - "@libp2p/interface": "next", |
48 |
| - "@libp2p/peer-id": "next", |
49 |
| - "@libp2p/utils": "next" |
50 |
| - }, |
51 | 40 | "private": true
|
52 | 41 | }
|
0 commit comments