diff --git a/package.json b/package.json index 0926cc5..022bc5a 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,10 @@ }, "homepage": "https://github.com/ipfs/js-datastore-fs#readme", "dependencies": { - "datastore-core": "^4.0.0", + "datastore-core": "^5.0.0", "fast-write-atomic": "^0.2.0", - "interface-datastore": "^4.0.0", - "it-glob": "^0.0.11", + "interface-datastore": "^5.1.1", + "it-glob": "0.0.13", "it-map": "^1.0.5", "mkdirp": "^1.0.4" }, @@ -50,7 +50,8 @@ "async-iterator-all": "^1.0.0", "cids": "^1.1.5", "detect-node": "^2.0.4", - "ipfs-utils": "^7.0.0", + "interface-datastore-tests": "^1.0.0", + "ipfs-utils": "^8.1.3", "memdown": "^6.0.0", "rimraf": "^3.0.2" }, diff --git a/test/index.spec.js b/test/index.spec.js index b75ac74..4e0c26f 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -18,7 +18,7 @@ const sh = require('datastore-core').shard const { isNode } = require('ipfs-utils/src/env') const utf8Encoder = new TextEncoder() // @ts-ignore -const tests = require('interface-datastore/src/tests') +const tests = require('interface-datastore-tests') const FsStore = require('../src')