Skip to content

Commit eacd7e8

Browse files
authoredNov 26, 2021
chore: update deps (#1038)
1 parent 7f2cc4d commit eacd7e8

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed
 

‎examples/libp2p-in-the-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"babel-plugin-syntax-async-functions": "^6.13.0",
2929
"babel-plugin-transform-regenerator": "^6.26.0",
3030
"babel-polyfill": "^6.26.0",
31-
"parcel": "next"
31+
"parcel": "^2.0.1"
3232
}
3333
}

‎examples/webrtc-direct/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ <h1 id="status">Starting libp2p...</h1>
1212
<main>
1313
<pre id="output"></pre>
1414
</main>
15-
<script src="./dialer.js"></script>
15+
<script src="./dialer.js" type="module"></script>
1616
</body>
1717
</html>

‎examples/webrtc-direct/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.0.1",
44
"private": true,
55
"description": "",
6-
"main": "dist/index.html",
76
"scripts": {
87
"test": "echo \"Error: no test specified\" && exit 1",
98
"build": "parcel build index.html",
@@ -16,7 +15,7 @@
1615
"babel-plugin-syntax-async-functions": "^6.13.0",
1716
"babel-plugin-transform-regenerator": "^6.26.0",
1817
"babel-polyfill": "^6.26.0",
19-
"parcel-bundler": "1.12.3",
18+
"parcel": "^2.0.1",
2019
"util": "^0.12.3"
2120
},
2221
"dependencies": {
@@ -25,7 +24,7 @@
2524
"libp2p-mplex": "^0.10.4",
2625
"@chainsafe/libp2p-noise": "^4.1.0",
2726
"libp2p-webrtc-direct": "^0.7.0",
28-
"peer-id": "^0.15.0"
27+
"peer-id": "^0.15.4"
2928
},
3029
"browser": {
3130
"ipfs": "ipfs/dist/index.min.js"

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
"it-merge": "^1.0.0",
106106
"it-pipe": "^1.1.0",
107107
"it-take": "^1.0.0",
108-
"libp2p-crypto": "^0.19.4",
109-
"libp2p-interfaces": "^1.0.0",
108+
"libp2p-crypto": "^0.20.0",
109+
"libp2p-interfaces": "^1.3.1",
110110
"libp2p-utils": "^0.4.0",
111111
"mafmt": "^10.0.0",
112112
"merge-options": "^3.0.4",
@@ -119,7 +119,7 @@
119119
"p-fifo": "^1.0.0",
120120
"p-retry": "^4.4.0",
121121
"p-settle": "^4.1.1",
122-
"peer-id": "^0.15.0",
122+
"peer-id": "^0.15.4",
123123
"private-ip": "^2.1.0",
124124
"protobufjs": "^6.10.2",
125125
"retimer": "^3.0.0",
@@ -143,7 +143,7 @@
143143
"buffer": "^6.0.3",
144144
"datastore-core": "^6.0.7",
145145
"delay": "^5.0.0",
146-
"into-stream": "^7.0.0",
146+
"into-stream": "^6.0.0",
147147
"ipfs-http-client": "^54.0.2",
148148
"it-concat": "^2.0.0",
149149
"it-pair": "^1.0.0",
@@ -154,13 +154,13 @@
154154
"libp2p-delegated-peer-routing": "^0.10.0",
155155
"libp2p-floodsub": "^0.27.0",
156156
"libp2p-gossipsub": "^0.11.0",
157-
"libp2p-interfaces-compliance-tests": "^1.0.0",
157+
"libp2p-interfaces-compliance-tests": "^1.2.1",
158158
"libp2p-interop": "^0.5.0",
159-
"libp2p-kad-dht": "^0.26.5",
159+
"libp2p-kad-dht": "^0.26.6",
160160
"libp2p-mdns": "^0.17.0",
161161
"libp2p-mplex": "^0.10.1",
162162
"libp2p-tcp": "^0.17.0",
163-
"libp2p-webrtc-star": "^0.23.0",
163+
"libp2p-webrtc-star": "^0.24.0",
164164
"libp2p-websockets": "^0.16.0",
165165
"nock": "^13.0.3",
166166
"p-defer": "^3.0.0",

‎test/ts-use/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"libp2p-record": "^0.10.4",
1717
"libp2p-tcp": "^0.17.1",
1818
"libp2p-websockets": "^0.16.1",
19-
"peer-id": "^0.15.0"
19+
"peer-id": "^0.15.4"
2020
},
2121
"scripts": {
2222
"build": "npx tsc",

0 commit comments

Comments
 (0)
Please sign in to comment.