Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 8c6860c

Browse files
committed
chore: ^ to ~
1 parent eaad41a commit 8c6860c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@
2424
"dependencies": {
2525
"async": "^2.1.4",
2626
"bs58": "^4.0.0",
27-
"cids": "^0.4.0",
27+
"cids": "~0.4.1",
2828
"concat-stream": "^1.6.0",
2929
"detect-node": "^2.0.3",
3030
"flatmap": "0.0.3",
3131
"glob": "^7.1.1",
3232
"glob-escape": "0.0.2",
33-
"ipfs-block": "^0.5.4",
34-
"ipfs-unixfs": "^0.1.9",
35-
"ipld-dag-pb": "^0.9.4",
36-
"is-ipfs": "^0.3.0",
33+
"ipfs-block": "~0.5.5",
34+
"ipfs-unixfs": "~0.1.10",
35+
"ipld-dag-pb": "~0.9.5",
36+
"is-ipfs": "~0.3.0",
3737
"isstream": "^0.1.2",
3838
"lru-cache": "^4.0.2",
39-
"multiaddr": "^2.2.0",
40-
"multihashes": "^0.3.2",
39+
"multiaddr": "^2.2.1",
40+
"multihashes": "~0.3.3",
4141
"multipart-stream": "^2.0.1",
4242
"ndjson": "^1.5.0",
4343
"once": "^1.4.0",
44-
"peer-id": "^0.8.1",
45-
"peer-info": "^0.8.2",
44+
"peer-id": "~0.8.2",
45+
"peer-info": "~0.8.3",
4646
"promisify-es6": "^1.0.2",
4747
"pump": "^1.0.2",
4848
"qs": "^6.3.0",
@@ -60,13 +60,13 @@
6060
"url": "https://github.com/ipfs/js-ipfs-api"
6161
},
6262
"devDependencies": {
63-
"aegir": "^9.4.0",
63+
"aegir": "^10.0.0",
6464
"chai": "^3.5.0",
6565
"eslint-plugin-react": "^6.9.0",
6666
"gulp": "^3.9.1",
6767
"hapi": "^16.1.0",
68-
"interface-ipfs-core": "^0.23.5",
69-
"ipfsd-ctl": "^0.18.2",
68+
"interface-ipfs-core": "~0.24.1",
69+
"ipfsd-ctl": "~0.18.2",
7070
"pre-commit": "^1.2.2",
7171
"socket.io": "^1.7.2",
7272
"socket.io-client": "^1.7.2",
@@ -124,4 +124,4 @@
124124
"url": "https://github.com/ipfs/js-ipfs-api/issues"
125125
},
126126
"homepage": "https://github.com/ipfs/js-ipfs-api"
127-
}
127+
}

0 commit comments

Comments
 (0)