Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit d937b9f

Browse files
committed
chore: update dependencies
The linting got a bit stricter, hence removing a unnecessary async.
1 parent 9fb54d2 commit d937b9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"homepage": "https://github.com/ipfs/js-ipfs-block-service#readme",
3232
"devDependencies": {
33-
"aegir": "^18.2.0",
33+
"aegir": "^19.0.3",
3434
"chai": "^4.2.0",
35-
"cids": "~0.5.7",
35+
"cids": "~0.7.1",
3636
"dirty-chai": "^2.0.1",
3737
"fs-extra": "^8.0.1",
38-
"ipfs-block": "~0.8.0",
38+
"ipfs-block": "~0.8.1",
3939
"ipfs-repo": "~0.27.0",
4040
"lodash": "^4.17.11",
4141
"multihashing-async": "~0.7.0"
@@ -45,7 +45,7 @@
4545
"npm": ">=3.0.0"
4646
},
4747
"dependencies": {
48-
"streaming-iterables": "^4.0.2"
48+
"streaming-iterables": "^4.1.0"
4949
},
5050
"contributors": [
5151
"David Dias <[email protected]>",

test/block-service-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = (repo) => {
3434
}))
3535
})
3636

37-
describe('fetch only from local Repo', async () => {
37+
describe('fetch only from local Repo', () => {
3838
it('store and get a block', async () => {
3939
const b = testBlocks[3]
4040

0 commit comments

Comments
 (0)