Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 4dd8acf

Browse files
authored
chore: update deps (#3901)
Reduce dep duplication by updating versions
1 parent 7bac678 commit 4dd8acf

File tree

23 files changed

+45
-45
lines changed

23 files changed

+45
-45
lines changed

packages/interface-ipfs-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
"@types/pako": "^1.0.2",
6868
"@types/readable-stream": "^2.3.11",
6969
"abort-controller": "^3.0.0",
70-
"aegir": "^35.1.0",
70+
"aegir": "^35.1.1",
7171
"blockstore-core": "^1.0.2",
7272
"copyfiles": "^2.4.1",
7373
"delay": "^5.0.0",
7474
"err-code": "^3.0.1",
7575
"ipfs-core-types": "^0.8.0",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
78-
"ipfs-utils": "^9.0.1",
78+
"ipfs-utils": "^9.0.2",
7979
"ipns": "^0.15.0",
8080
"is-ipfs": "^6.0.1",
8181
"iso-random-stream": "^2.0.0",
@@ -91,7 +91,7 @@
9191
"it-tar": "^4.0.0",
9292
"it-to-buffer": "^2.0.0",
9393
"libp2p-crypto": "^0.19.7",
94-
"libp2p-websockets": "^0.16.1",
94+
"libp2p-websockets": "^0.16.2",
9595
"multiaddr": "^10.0.0",
9696
"multiformats": "^9.4.1",
9797
"nanoid": "^3.1.23",

packages/ipfs-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ipfs-daemon": "^0.10.0",
7272
"ipfs-http-client": "^53.0.0",
7373
"ipfs-repo": "^13.0.4",
74-
"ipfs-utils": "^9.0.1",
74+
"ipfs-utils": "^9.0.2",
7575
"it-all": "^1.0.4",
7676
"it-concat": "^2.0.0",
7777
"it-first": "^1.0.4",
@@ -98,7 +98,7 @@
9898
"@types/ncp": "^2.0.5",
9999
"@types/progress": "^2.0.3",
100100
"@types/yargs": "^16.0.0",
101-
"aegir": "^35.1.0",
101+
"aegir": "^35.1.1",
102102
"it-to-buffer": "^2.0.0",
103103
"nanoid": "^3.1.23",
104104
"ncp": "^2.0.0",

packages/ipfs-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"merge-options": "^3.0.4"
4747
},
4848
"devDependencies": {
49-
"aegir": "^35.1.0",
49+
"aegir": "^35.1.1",
5050
"rimraf": "^3.0.2"
5151
}
5252
}

packages/ipfs-core-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"err-code": "^3.0.1",
8989
"hashlru": "^2.3.0",
9090
"ipfs-repo": "^13.0.4",
91-
"ipfs-utils": "^9.0.1",
91+
"ipfs-utils": "^9.0.2",
9292
"ipns": "^0.15.0",
9393
"is-ipfs": "^6.0.1",
9494
"it-all": "^1.0.4",
@@ -99,13 +99,13 @@
9999
"libp2p-mdns": "^0.17.0",
100100
"libp2p-mplex": "^0.10.2",
101101
"libp2p-tcp": "^0.17.1",
102-
"libp2p-webrtc-star": "^0.23.0",
103-
"libp2p-websockets": "^0.16.1",
102+
"libp2p-webrtc-star": "^0.24.0",
103+
"libp2p-websockets": "^0.16.2",
104104
"p-queue": "^6.6.1",
105105
"uint8arrays": "^3.0.0"
106106
},
107107
"devDependencies": {
108-
"aegir": "^35.1.0",
108+
"aegir": "^35.1.1",
109109
"ipfs-core-utils": "^0.11.0",
110110
"rimraf": "^3.0.2"
111111
}

packages/ipfs-core-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"multiformats": "^9.4.1"
5050
},
5151
"devDependencies": {
52-
"aegir": "^35.1.0",
52+
"aegir": "^35.1.1",
5353
"copyfiles": "^2.4.1",
5454
"rimraf": "^3.0.2"
5555
},

packages/ipfs-core-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"err-code": "^3.0.1",
114114
"ipfs-core-types": "^0.8.0",
115115
"ipfs-unixfs": "^6.0.3",
116-
"ipfs-utils": "^9.0.1",
116+
"ipfs-utils": "^9.0.2",
117117
"it-all": "^1.0.4",
118118
"it-map": "^1.0.4",
119119
"it-peekable": "^1.0.2",
@@ -129,7 +129,7 @@
129129
},
130130
"devDependencies": {
131131
"@web-std/file": "^1.1.2",
132-
"aegir": "^35.1.0",
132+
"aegir": "^35.1.1",
133133
"rimraf": "^3.0.2"
134134
}
135135
}

packages/ipfs-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"ipfs-unixfs": "^6.0.3",
9393
"ipfs-unixfs-exporter": "^7.0.3",
9494
"ipfs-unixfs-importer": "^9.0.3",
95-
"ipfs-utils": "^9.0.1",
95+
"ipfs-utils": "^9.0.2",
9696
"ipns": "^0.15.0",
9797
"is-domain-name": "^1.0.1",
9898
"is-ipfs": "^6.0.1",
@@ -133,12 +133,12 @@
133133
"@types/dlv": "^1.1.2",
134134
"@types/pako": "^1.0.2",
135135
"@types/rimraf": "^3.0.1",
136-
"aegir": "^35.1.0",
136+
"aegir": "^35.1.1",
137137
"delay": "^5.0.0",
138138
"go-ipfs": "0.9.1",
139139
"interface-blockstore-tests": "^2.0.1",
140140
"interface-ipfs-core": "^0.151.0",
141-
"ipfsd-ctl": "^10.0.3",
141+
"ipfsd-ctl": "^10.0.4",
142142
"iso-url": "^1.0.0",
143143
"libp2p-gossipsub": "^0.11.1",
144144
"nanoid": "^3.1.23",

packages/ipfs-core/src/version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
export const ipfsCore = '0.10.8'
2+
export const ipfsCore = '0.11.0'
33
export const commit = ''
4-
export const interfaceIpfsCore = '^0.150.4'
4+
export const interfaceIpfsCore = '^0.151.0'

packages/ipfs-daemon/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"ipfs-grpc-server": "^0.7.0",
5151
"ipfs-http-gateway": "^0.7.0",
5252
"ipfs-http-server": "^0.8.0",
53-
"ipfs-utils": "^9.0.1",
53+
"ipfs-utils": "^9.0.2",
5454
"just-safe-set": "^2.2.1",
5555
"libp2p": "^0.33.0",
56-
"libp2p-webrtc-star": "^0.23.0"
56+
"libp2p-webrtc-star": "^0.24.0"
5757
},
5858
"devDependencies": {
59-
"aegir": "^35.1.0",
59+
"aegir": "^35.1.1",
6060
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
6161
"ws": "^7.3.1"
6262
},

packages/ipfs-grpc-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"ws": "^7.3.1"
6969
},
7070
"devDependencies": {
71-
"aegir": "^35.1.0",
71+
"aegir": "^35.1.1",
7272
"it-all": "^1.0.4",
7373
"rimraf": "^3.0.2",
7474
"sinon": "^11.1.1"

0 commit comments

Comments
 (0)