diff --git a/examples/libp2p-in-the-browser/package.json b/examples/libp2p-in-the-browser/package.json index cf2fdc7d..9a45c90d 100644 --- a/examples/libp2p-in-the-browser/package.json +++ b/examples/libp2p-in-the-browser/package.json @@ -28,6 +28,6 @@ "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-polyfill": "^6.26.0", - "parcel": "next" + "parcel": "^2.0.1" } } diff --git a/examples/webrtc-direct/index.html b/examples/webrtc-direct/index.html index a29b43bf..3fcf9c35 100644 --- a/examples/webrtc-direct/index.html +++ b/examples/webrtc-direct/index.html @@ -12,6 +12,6 @@

   
- + diff --git a/examples/webrtc-direct/package.json b/examples/webrtc-direct/package.json index a1ef5448..f555383b 100644 --- a/examples/webrtc-direct/package.json +++ b/examples/webrtc-direct/package.json @@ -3,7 +3,6 @@ "version": "0.0.1", "private": true, "description": "", - "main": "dist/index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "parcel build index.html", @@ -16,7 +15,7 @@ "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-polyfill": "^6.26.0", - "parcel-bundler": "1.12.3", + "parcel": "^2.0.1", "util": "^0.12.3" }, "dependencies": { @@ -25,7 +24,7 @@ "libp2p-mplex": "^0.10.4", "@chainsafe/libp2p-noise": "^4.1.0", "libp2p-webrtc-direct": "^0.7.0", - "peer-id": "^0.15.0" + "peer-id": "^0.15.4" }, "browser": { "ipfs": "ipfs/dist/index.min.js" diff --git a/package.json b/package.json index 81d7c655..f228f49c 100644 --- a/package.json +++ b/package.json @@ -105,8 +105,8 @@ "it-merge": "^1.0.0", "it-pipe": "^1.1.0", "it-take": "^1.0.0", - "libp2p-crypto": "^0.19.4", - "libp2p-interfaces": "^1.0.0", + "libp2p-crypto": "^0.20.0", + "libp2p-interfaces": "^1.3.1", "libp2p-utils": "^0.4.0", "mafmt": "^10.0.0", "merge-options": "^3.0.4", @@ -119,7 +119,7 @@ "p-fifo": "^1.0.0", "p-retry": "^4.4.0", "p-settle": "^4.1.1", - "peer-id": "^0.15.0", + "peer-id": "^0.15.4", "private-ip": "^2.1.0", "protobufjs": "^6.10.2", "retimer": "^3.0.0", @@ -143,7 +143,7 @@ "buffer": "^6.0.3", "datastore-core": "^6.0.7", "delay": "^5.0.0", - "into-stream": "^7.0.0", + "into-stream": "^6.0.0", "ipfs-http-client": "^54.0.2", "it-concat": "^2.0.0", "it-pair": "^1.0.0", @@ -154,13 +154,13 @@ "libp2p-delegated-peer-routing": "^0.10.0", "libp2p-floodsub": "^0.27.0", "libp2p-gossipsub": "^0.11.0", - "libp2p-interfaces-compliance-tests": "^1.0.0", + "libp2p-interfaces-compliance-tests": "^1.2.1", "libp2p-interop": "^0.5.0", - "libp2p-kad-dht": "^0.26.5", + "libp2p-kad-dht": "^0.26.6", "libp2p-mdns": "^0.17.0", "libp2p-mplex": "^0.10.1", "libp2p-tcp": "^0.17.0", - "libp2p-webrtc-star": "^0.23.0", + "libp2p-webrtc-star": "^0.24.0", "libp2p-websockets": "^0.16.0", "nock": "^13.0.3", "p-defer": "^3.0.0", diff --git a/test/ts-use/package.json b/test/ts-use/package.json index c056526a..612eef97 100644 --- a/test/ts-use/package.json +++ b/test/ts-use/package.json @@ -16,7 +16,7 @@ "libp2p-record": "^0.10.4", "libp2p-tcp": "^0.17.1", "libp2p-websockets": "^0.16.1", - "peer-id": "^0.15.0" + "peer-id": "^0.15.4" }, "scripts": { "build": "npx tsc",