orbitdb-archive / orbit-db-test-utils

Shared test utilities for OrbitDB-related projects
MIT License
6 stars 11 forks source link

Updating to js-ipfs 0.48 and go-ipfs 0.6 #19

Closed aphelionz closed 4 years ago

aphelionz commented 4 years ago

This PR updates all dependencies across the board and updates the package version to 0.10.0

-    "go-ipfs-dep": "~0.5.1",
+    "go-ipfs-dep": "~0.6.0",

-    "ipfs": "^0.44.0",
+    "ipfs": "^0.48.0",

-    "ipfs-http-client": "~41.0.1",
+    "ipfs-http-client": "~45.0.0",

-    "ipfs-repo": "^1.0.1",
+    "ipfs-repo": "^4.0.0",

-    "ipfsd-ctl": "^4.1.0",
+    "ipfsd-ctl": "^5.0.0",

-    "js-combinatorics": "^0.5.5",
+    "js-combinatorics": "^0.6.1",

-    "mongo-unit": "^1.4.5",
+    "mongo-unit": "^2.0.1",

-    "mongodown": "^1.2.0",
+    "mongodown": "^2.0.0",

-    "multihashing-async": "^0.8.0",
+    "multihashing-async": "^1.0.0",

-    "sqlite3": "^4.0.8"
+    "sqlite3": "^5.0.0"

-    "mocha": "^6.2.2",
+    "mocha": "^8.0.1",

-    "nyc": "^15.0.1",
+    "nyc": "^15.1.0",

-    "standard": "^12.0.1"
+    "standard": "^14.3.4"