Skip to content

Commit ed73eca

Browse files
committed
chore: update versions
1 parent 685c4f7 commit ed73eca

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

package.json

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,22 @@
1313
"@chainsafe/libp2p-noise": "^14.0.0",
1414
"@chainsafe/libp2p-yamux": "^6.0.1",
1515
"@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",
2120
"@peculiar/webcrypto": "^1.4.3",
2221
"crypto-browserify": "^3.12.0",
2322
"event-target-shim": "^6.0.2",
2423
"expo": "~49.0.15",
2524
"expo-splash-screen": "^0.22.0",
2625
"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",
3127
"react": "18.2.0",
3228
"react-native": "^0.73.0",
3329
"react-native-get-random-values": "^1.10.0",
3430
"react-native-quick-crypto": "^0.6.1",
3531
"react-native-url-polyfill": "^2.0.0",
36-
"react-native-webrtc": "^118.0.0",
3732
"stream-browserify": "^3.0.0",
3833
"text-encoding": "^0.7.0",
3934
"weakmap-polyfill": "^2.0.4"
@@ -42,11 +37,5 @@
4237
"@babel/core": "^7.20.0",
4338
"@babel/plugin-transform-private-methods": "^7.23.3"
4439
},
45-
"overrides": {
46-
"@libp2p/crypto": "next",
47-
"@libp2p/interface": "next",
48-
"@libp2p/peer-id": "next",
49-
"@libp2p/utils": "next"
50-
},
5140
"private": true
5241
}

0 commit comments

Comments
 (0)