|
62 | 62 | "homepage": "https://github.com/ipfs/js-ipfs#readme",
|
63 | 63 | "devDependencies": {
|
64 | 64 | "aegir": "^13.1.0",
|
65 |
| - "buffer-loader": "0.0.1", |
| 65 | + "buffer-loader": "~0.0.1", |
66 | 66 | "chai": "^4.1.2",
|
67 | 67 | "delay": "^2.0.0",
|
68 | 68 | "detect-node": "^2.0.3",
|
69 | 69 | "dir-compare": "^1.4.0",
|
70 | 70 | "dirty-chai": "^2.0.1",
|
71 | 71 | "eslint-plugin-react": "^7.7.0",
|
72 |
| - "execa": "^0.10.0", |
73 |
| - "expose-loader": "^0.7.5", |
| 72 | + "execa": "~0.10.0", |
| 73 | + "expose-loader": "~0.7.5", |
74 | 74 | "form-data": "^2.3.2",
|
75 |
| - "hat": "0.0.3", |
| 75 | + "hat": "~0.0.3", |
76 | 76 | "interface-ipfs-core": "~0.65.7",
|
77 | 77 | "ipfsd-ctl": "~0.34.0",
|
78 | 78 | "lodash": "^4.17.10",
|
79 | 79 | "mocha": "^5.1.1",
|
80 | 80 | "ncp": "^2.0.0",
|
81 |
| - "nexpect": "^0.5.0", |
| 81 | + "nexpect": "~0.5.0", |
82 | 82 | "pretty-bytes": "^4.0.2",
|
83 | 83 | "qs": "^6.5.2",
|
84 | 84 | "random-fs": "^1.0.3",
|
85 | 85 | "rimraf": "^2.6.2",
|
86 | 86 | "stream-to-promise": "^2.2.0",
|
87 |
| - "transform-loader": "^0.2.4" |
| 87 | + "transform-loader": "~0.2.4" |
88 | 88 | },
|
89 | 89 | "dependencies": {
|
90 | 90 | "async": "^2.6.0",
|
|
110 | 110 | "ipfs-block": "~0.7.1",
|
111 | 111 | "ipfs-block-service": "~0.14.0",
|
112 | 112 | "ipfs-multipart": "~0.1.0",
|
113 |
| - "ipfs-repo": "0.20.0", |
| 113 | + "ipfs-repo": "~0.20.0", |
114 | 114 | "ipfs-unixfs": "~0.1.14",
|
115 | 115 | "ipfs-unixfs-engine": "~0.29.0",
|
116 | 116 | "ipld": "~0.17.0",
|
117 | 117 | "ipld-dag-cbor": "~0.12.0",
|
118 | 118 | "ipld-dag-pb": "~0.14.4",
|
119 | 119 | "is-ipfs": "~0.3.2",
|
120 |
| - "is-pull-stream": "0.0.0", |
| 120 | + "is-pull-stream": "~0.0.0", |
121 | 121 | "is-stream": "^1.1.0",
|
122 | 122 | "joi": "^13.2.0",
|
123 | 123 | "joi-browser": "^13.0.1",
|
|
154 | 154 | "progress": "^2.0.0",
|
155 | 155 | "promisify-es6": "^1.0.3",
|
156 | 156 | "pull-abortable": "^4.1.1",
|
157 |
| - "pull-defer": "^0.2.2", |
| 157 | + "pull-defer": "~0.2.2", |
158 | 158 | "pull-file": "^1.1.0",
|
159 |
| - "pull-ndjson": "^0.1.1", |
| 159 | + "pull-ndjson": "~0.1.1", |
160 | 160 | "pull-paramap": "^1.2.2",
|
161 | 161 | "pull-pushable": "^2.2.0",
|
162 | 162 | "pull-sort": "^1.0.1",
|
|
175 | 175 | },
|
176 | 176 | "optionalDependencies": {
|
177 | 177 | "prom-client": "^11.0.0",
|
178 |
| - "prometheus-gc-stats": "^0.5.1" |
| 178 | + "prometheus-gc-stats": "~0.5.1" |
179 | 179 | },
|
180 | 180 | "contributors": [
|
181 | 181 | "Alan Shaw <alan@tableflip.io>",
|
|
0 commit comments